type github.com/gotd/td/tg.AccountUnregisterDeviceRequest
23 uses
github.com/gotd/td/tg (current package)
tl_account_unregister_device_gen.go#L38: type AccountUnregisterDeviceRequest struct {
tl_account_unregister_device_gen.go#L58: _ bin.Encoder = &AccountUnregisterDeviceRequest{}
tl_account_unregister_device_gen.go#L59: _ bin.Decoder = &AccountUnregisterDeviceRequest{}
tl_account_unregister_device_gen.go#L60: _ bin.BareEncoder = &AccountUnregisterDeviceRequest{}
tl_account_unregister_device_gen.go#L61: _ bin.BareDecoder = &AccountUnregisterDeviceRequest{}
tl_account_unregister_device_gen.go#L64: func (u *AccountUnregisterDeviceRequest) Zero() bool {
tl_account_unregister_device_gen.go#L82: func (u *AccountUnregisterDeviceRequest) String() string {
tl_account_unregister_device_gen.go#L86: type Alias AccountUnregisterDeviceRequest
tl_account_unregister_device_gen.go#L91: func (u *AccountUnregisterDeviceRequest) FillFrom(from interface {
tl_account_unregister_device_gen.go#L104: func (*AccountUnregisterDeviceRequest) TypeID() uint32 {
tl_account_unregister_device_gen.go#L109: func (*AccountUnregisterDeviceRequest) TypeName() string {
tl_account_unregister_device_gen.go#L114: func (u *AccountUnregisterDeviceRequest) TypeInfo() tdp.Type {
tl_account_unregister_device_gen.go#L141: func (u *AccountUnregisterDeviceRequest) Encode(b *bin.Buffer) error {
tl_account_unregister_device_gen.go#L150: func (u *AccountUnregisterDeviceRequest) EncodeBare(b *bin.Buffer) error {
tl_account_unregister_device_gen.go#L164: func (u *AccountUnregisterDeviceRequest) Decode(b *bin.Buffer) error {
tl_account_unregister_device_gen.go#L175: func (u *AccountUnregisterDeviceRequest) DecodeBare(b *bin.Buffer) error {
tl_account_unregister_device_gen.go#L214: func (u *AccountUnregisterDeviceRequest) GetTokenType() (value int) {
tl_account_unregister_device_gen.go#L222: func (u *AccountUnregisterDeviceRequest) GetToken() (value string) {
tl_account_unregister_device_gen.go#L230: func (u *AccountUnregisterDeviceRequest) GetOtherUIDs() (value []int64) {
tl_account_unregister_device_gen.go#L245: func (c *Client) AccountUnregisterDevice(ctx context.Context, request *AccountUnregisterDeviceRequest) (bool, error) {
tl_registry_gen.go#L4834: AccountUnregisterDeviceRequestTypeID: func() bin.Object { return &AccountUnregisterDeviceRequest{} },
tl_server_gen.go#L479: func (s *ServerDispatcher) OnAccountUnregisterDevice(f func(ctx context.Context, request *AccountUnregisterDeviceRequest) (bool, error)) {
tl_server_gen.go#L481: var request AccountUnregisterDeviceRequest
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. |