type github.com/gotd/td/tg.AccountEmojiStatusesNotModified
20 uses
github.com/gotd/td/tg (current package)
tl_account_emoji_statuses_gen.go#L41: type AccountEmojiStatusesNotModified struct {
tl_account_emoji_statuses_gen.go#L48: func (e AccountEmojiStatusesNotModified) construct() AccountEmojiStatusesClass { return &e }
tl_account_emoji_statuses_gen.go#L52: _ bin.Encoder = &AccountEmojiStatusesNotModified{}
tl_account_emoji_statuses_gen.go#L53: _ bin.Decoder = &AccountEmojiStatusesNotModified{}
tl_account_emoji_statuses_gen.go#L54: _ bin.BareEncoder = &AccountEmojiStatusesNotModified{}
tl_account_emoji_statuses_gen.go#L55: _ bin.BareDecoder = &AccountEmojiStatusesNotModified{}
tl_account_emoji_statuses_gen.go#L57: _ AccountEmojiStatusesClass = &AccountEmojiStatusesNotModified{}
tl_account_emoji_statuses_gen.go#L60: func (e *AccountEmojiStatusesNotModified) Zero() bool {
tl_account_emoji_statuses_gen.go#L69: func (e *AccountEmojiStatusesNotModified) String() string {
tl_account_emoji_statuses_gen.go#L73: type Alias AccountEmojiStatusesNotModified
tl_account_emoji_statuses_gen.go#L80: func (*AccountEmojiStatusesNotModified) TypeID() uint32 {
tl_account_emoji_statuses_gen.go#L85: func (*AccountEmojiStatusesNotModified) TypeName() string {
tl_account_emoji_statuses_gen.go#L90: func (e *AccountEmojiStatusesNotModified) TypeInfo() tdp.Type {
tl_account_emoji_statuses_gen.go#L104: func (e *AccountEmojiStatusesNotModified) Encode(b *bin.Buffer) error {
tl_account_emoji_statuses_gen.go#L113: func (e *AccountEmojiStatusesNotModified) EncodeBare(b *bin.Buffer) error {
tl_account_emoji_statuses_gen.go#L121: func (e *AccountEmojiStatusesNotModified) Decode(b *bin.Buffer) error {
tl_account_emoji_statuses_gen.go#L132: func (e *AccountEmojiStatusesNotModified) DecodeBare(b *bin.Buffer) error {
tl_account_emoji_statuses_gen.go#L374: func (e *AccountEmojiStatusesNotModified) AsModified() (*AccountEmojiStatuses, bool) {
tl_account_emoji_statuses_gen.go#L392: v := AccountEmojiStatusesNotModified{}
tl_registry_gen.go#L4687: AccountEmojiStatusesNotModifiedTypeID: func() bin.Object { return &AccountEmojiStatusesNotModified{} },
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. |