type github.com/gotd/td/tg.AccountThemesNotModified
20 uses
github.com/gotd/td/tg (current package)
tl_account_themes_gen.go#L38: type AccountThemesNotModified struct {
tl_account_themes_gen.go#L45: func (t AccountThemesNotModified) construct() AccountThemesClass { return &t }
tl_account_themes_gen.go#L49: _ bin.Encoder = &AccountThemesNotModified{}
tl_account_themes_gen.go#L50: _ bin.Decoder = &AccountThemesNotModified{}
tl_account_themes_gen.go#L51: _ bin.BareEncoder = &AccountThemesNotModified{}
tl_account_themes_gen.go#L52: _ bin.BareDecoder = &AccountThemesNotModified{}
tl_account_themes_gen.go#L54: _ AccountThemesClass = &AccountThemesNotModified{}
tl_account_themes_gen.go#L57: func (t *AccountThemesNotModified) Zero() bool {
tl_account_themes_gen.go#L66: func (t *AccountThemesNotModified) String() string {
tl_account_themes_gen.go#L70: type Alias AccountThemesNotModified
tl_account_themes_gen.go#L77: func (*AccountThemesNotModified) TypeID() uint32 {
tl_account_themes_gen.go#L82: func (*AccountThemesNotModified) TypeName() string {
tl_account_themes_gen.go#L87: func (t *AccountThemesNotModified) TypeInfo() tdp.Type {
tl_account_themes_gen.go#L101: func (t *AccountThemesNotModified) Encode(b *bin.Buffer) error {
tl_account_themes_gen.go#L110: func (t *AccountThemesNotModified) EncodeBare(b *bin.Buffer) error {
tl_account_themes_gen.go#L118: func (t *AccountThemesNotModified) Decode(b *bin.Buffer) error {
tl_account_themes_gen.go#L129: func (t *AccountThemesNotModified) DecodeBare(b *bin.Buffer) error {
tl_account_themes_gen.go#L357: func (t *AccountThemesNotModified) AsModified() (*AccountThemes, bool) {
tl_account_themes_gen.go#L375: v := AccountThemesNotModified{}
tl_registry_gen.go#L4536: AccountThemesNotModifiedTypeID: func() bin.Object { return &AccountThemesNotModified{} },
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. |