type github.com/gotd/td/tg.AccountUpdateEmojiStatusRequest
21 uses
github.com/gotd/td/tg (current package)
tl_account_update_emoji_status_gen.go#L41: type AccountUpdateEmojiStatusRequest struct {
tl_account_update_emoji_status_gen.go#L54: _ bin.Encoder = &AccountUpdateEmojiStatusRequest{}
tl_account_update_emoji_status_gen.go#L55: _ bin.Decoder = &AccountUpdateEmojiStatusRequest{}
tl_account_update_emoji_status_gen.go#L56: _ bin.BareEncoder = &AccountUpdateEmojiStatusRequest{}
tl_account_update_emoji_status_gen.go#L57: _ bin.BareDecoder = &AccountUpdateEmojiStatusRequest{}
tl_account_update_emoji_status_gen.go#L60: func (u *AccountUpdateEmojiStatusRequest) Zero() bool {
tl_account_update_emoji_status_gen.go#L72: func (u *AccountUpdateEmojiStatusRequest) String() string {
tl_account_update_emoji_status_gen.go#L76: type Alias AccountUpdateEmojiStatusRequest
tl_account_update_emoji_status_gen.go#L81: func (u *AccountUpdateEmojiStatusRequest) FillFrom(from interface {
tl_account_update_emoji_status_gen.go#L90: func (*AccountUpdateEmojiStatusRequest) TypeID() uint32 {
tl_account_update_emoji_status_gen.go#L95: func (*AccountUpdateEmojiStatusRequest) TypeName() string {
tl_account_update_emoji_status_gen.go#L100: func (u *AccountUpdateEmojiStatusRequest) TypeInfo() tdp.Type {
tl_account_update_emoji_status_gen.go#L119: func (u *AccountUpdateEmojiStatusRequest) Encode(b *bin.Buffer) error {
tl_account_update_emoji_status_gen.go#L128: func (u *AccountUpdateEmojiStatusRequest) EncodeBare(b *bin.Buffer) error {
tl_account_update_emoji_status_gen.go#L142: func (u *AccountUpdateEmojiStatusRequest) Decode(b *bin.Buffer) error {
tl_account_update_emoji_status_gen.go#L153: func (u *AccountUpdateEmojiStatusRequest) DecodeBare(b *bin.Buffer) error {
tl_account_update_emoji_status_gen.go#L168: func (u *AccountUpdateEmojiStatusRequest) GetEmojiStatus() (value EmojiStatusClass) {
tl_account_update_emoji_status_gen.go#L176: func (u *AccountUpdateEmojiStatusRequest) GetEmojiStatusAsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_account_update_emoji_status_gen.go#L194: request := &AccountUpdateEmojiStatusRequest{
tl_registry_gen.go#L4909: AccountUpdateEmojiStatusRequestTypeID: func() bin.Object { return &AccountUpdateEmojiStatusRequest{} },
tl_server_gen.go#L1892: var request AccountUpdateEmojiStatusRequest
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. |