github.com/gotd/td/tg.EmojiStatusBox.EmojiStatus (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_update_emoji_status_gen.go#L46: EmojiStatus EmojiStatusClass
tl_account_update_emoji_status_gen.go#L64: if !(u.EmojiStatus == nil) {
tl_account_update_emoji_status_gen.go#L84: u.EmojiStatus = from.GetEmojiStatus()
tl_account_update_emoji_status_gen.go#L132: if u.EmojiStatus == nil {
tl_account_update_emoji_status_gen.go#L135: if err := u.EmojiStatus.Encode(b); err != nil {
tl_account_update_emoji_status_gen.go#L162: u.EmojiStatus = value
tl_account_update_emoji_status_gen.go#L172: return u.EmojiStatus
tl_account_update_emoji_status_gen.go#L177: return u.EmojiStatus.AsNotEmpty()
tl_account_update_emoji_status_gen.go#L195: EmojiStatus: emojistatus,
tl_server_gen.go#L1897: response, err := f(ctx, request.EmojiStatus)
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. |