type github.com/gotd/td/tg.AccountUpdateNotifySettingsRequest
22 uses
github.com/gotd/td/tg (current package)
tl_account_update_notify_settings_gen.go#L38: type AccountUpdateNotifySettingsRequest struct {
tl_account_update_notify_settings_gen.go#L50: _ bin.Encoder = &AccountUpdateNotifySettingsRequest{}
tl_account_update_notify_settings_gen.go#L51: _ bin.Decoder = &AccountUpdateNotifySettingsRequest{}
tl_account_update_notify_settings_gen.go#L52: _ bin.BareEncoder = &AccountUpdateNotifySettingsRequest{}
tl_account_update_notify_settings_gen.go#L53: _ bin.BareDecoder = &AccountUpdateNotifySettingsRequest{}
tl_account_update_notify_settings_gen.go#L56: func (u *AccountUpdateNotifySettingsRequest) Zero() bool {
tl_account_update_notify_settings_gen.go#L71: func (u *AccountUpdateNotifySettingsRequest) String() string {
tl_account_update_notify_settings_gen.go#L75: type Alias AccountUpdateNotifySettingsRequest
tl_account_update_notify_settings_gen.go#L80: func (u *AccountUpdateNotifySettingsRequest) FillFrom(from interface {
tl_account_update_notify_settings_gen.go#L91: func (*AccountUpdateNotifySettingsRequest) TypeID() uint32 {
tl_account_update_notify_settings_gen.go#L96: func (*AccountUpdateNotifySettingsRequest) TypeName() string {
tl_account_update_notify_settings_gen.go#L101: func (u *AccountUpdateNotifySettingsRequest) TypeInfo() tdp.Type {
tl_account_update_notify_settings_gen.go#L124: func (u *AccountUpdateNotifySettingsRequest) Encode(b *bin.Buffer) error {
tl_account_update_notify_settings_gen.go#L133: func (u *AccountUpdateNotifySettingsRequest) EncodeBare(b *bin.Buffer) error {
tl_account_update_notify_settings_gen.go#L150: func (u *AccountUpdateNotifySettingsRequest) Decode(b *bin.Buffer) error {
tl_account_update_notify_settings_gen.go#L161: func (u *AccountUpdateNotifySettingsRequest) DecodeBare(b *bin.Buffer) error {
tl_account_update_notify_settings_gen.go#L181: func (u *AccountUpdateNotifySettingsRequest) GetPeer() (value InputNotifyPeerClass) {
tl_account_update_notify_settings_gen.go#L189: func (u *AccountUpdateNotifySettingsRequest) GetSettings() (value InputPeerNotifySettings) {
tl_account_update_notify_settings_gen.go#L208: func (c *Client) AccountUpdateNotifySettings(ctx context.Context, request *AccountUpdateNotifySettingsRequest) (bool, error) {
tl_registry_gen.go#L4835: AccountUpdateNotifySettingsRequestTypeID: func() bin.Object { return &AccountUpdateNotifySettingsRequest{} },
tl_server_gen.go#L500: func (s *ServerDispatcher) OnAccountUpdateNotifySettings(f func(ctx context.Context, request *AccountUpdateNotifySettingsRequest) (bool, error)) {
tl_server_gen.go#L502: var request AccountUpdateNotifySettingsRequest
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. |