github.com/gotd/td/tg.ChatFull.AvailableReactions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L130: AvailableReactions ChatReactionsClass
tl_chat_full_gen.go#L210: if !(c.AvailableReactions == nil) {
tl_chat_full_gen.go#L300: c.AvailableReactions = val
tl_chat_full_gen.go#L467: if !(c.AvailableReactions == nil) {
tl_chat_full_gen.go#L560: if c.AvailableReactions == nil {
tl_chat_full_gen.go#L563: if err := c.AvailableReactions.Encode(b); err != nil {
tl_chat_full_gen.go#L720: c.AvailableReactions = value
tl_chat_full_gen.go#L1015: c.AvailableReactions = value
tl_chat_full_gen.go#L1027: 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. |