type github.com/gotd/td/tg.AccountResetNotifySettingsRequest
18 uses
github.com/gotd/td/tg (current package)
tl_account_reset_notify_settings_gen.go#L38: type AccountResetNotifySettingsRequest struct {
tl_account_reset_notify_settings_gen.go#L46: _ bin.Encoder = &AccountResetNotifySettingsRequest{}
tl_account_reset_notify_settings_gen.go#L47: _ bin.Decoder = &AccountResetNotifySettingsRequest{}
tl_account_reset_notify_settings_gen.go#L48: _ bin.BareEncoder = &AccountResetNotifySettingsRequest{}
tl_account_reset_notify_settings_gen.go#L49: _ bin.BareDecoder = &AccountResetNotifySettingsRequest{}
tl_account_reset_notify_settings_gen.go#L52: func (r *AccountResetNotifySettingsRequest) Zero() bool {
tl_account_reset_notify_settings_gen.go#L61: func (r *AccountResetNotifySettingsRequest) String() string {
tl_account_reset_notify_settings_gen.go#L65: type Alias AccountResetNotifySettingsRequest
tl_account_reset_notify_settings_gen.go#L72: func (*AccountResetNotifySettingsRequest) TypeID() uint32 {
tl_account_reset_notify_settings_gen.go#L77: func (*AccountResetNotifySettingsRequest) TypeName() string {
tl_account_reset_notify_settings_gen.go#L82: func (r *AccountResetNotifySettingsRequest) TypeInfo() tdp.Type {
tl_account_reset_notify_settings_gen.go#L96: func (r *AccountResetNotifySettingsRequest) Encode(b *bin.Buffer) error {
tl_account_reset_notify_settings_gen.go#L105: func (r *AccountResetNotifySettingsRequest) EncodeBare(b *bin.Buffer) error {
tl_account_reset_notify_settings_gen.go#L113: func (r *AccountResetNotifySettingsRequest) Decode(b *bin.Buffer) error {
tl_account_reset_notify_settings_gen.go#L124: func (r *AccountResetNotifySettingsRequest) DecodeBare(b *bin.Buffer) error {
tl_account_reset_notify_settings_gen.go#L138: request := &AccountResetNotifySettingsRequest{}
tl_registry_gen.go#L4837: AccountResetNotifySettingsRequestTypeID: func() bin.Object { return &AccountResetNotifySettingsRequest{} },
tl_server_gen.go#L540: var request AccountResetNotifySettingsRequest
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. |