github.com/gotd/td/tg.ChannelFull.AvailableReactions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L1266: AvailableReactions ChatReactionsClass
tl_chat_full_gen.go#L1450: if !(c.AvailableReactions == nil) {
tl_chat_full_gen.go#L1650: c.AvailableReactions = val
tl_chat_full_gen.go#L2055: if !(c.AvailableReactions == nil) {
tl_chat_full_gen.go#L2214: if c.AvailableReactions == nil {
tl_chat_full_gen.go#L2217: if err := c.AvailableReactions.Encode(b); err != nil {
tl_chat_full_gen.go#L2544: c.AvailableReactions = value
tl_chat_full_gen.go#L3352: c.AvailableReactions = value
tl_chat_full_gen.go#L3364: return c.AvailableReactions, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |