type github.com/gotd/td/tg.AuthDropTempAuthKeysRequest
20 uses
github.com/gotd/td/tg (current package)
tl_auth_drop_temp_auth_keys_gen.go#L38: type AuthDropTempAuthKeysRequest struct {
tl_auth_drop_temp_auth_keys_gen.go#L48: _ bin.Encoder = &AuthDropTempAuthKeysRequest{}
tl_auth_drop_temp_auth_keys_gen.go#L49: _ bin.Decoder = &AuthDropTempAuthKeysRequest{}
tl_auth_drop_temp_auth_keys_gen.go#L50: _ bin.BareEncoder = &AuthDropTempAuthKeysRequest{}
tl_auth_drop_temp_auth_keys_gen.go#L51: _ bin.BareDecoder = &AuthDropTempAuthKeysRequest{}
tl_auth_drop_temp_auth_keys_gen.go#L54: func (d *AuthDropTempAuthKeysRequest) Zero() bool {
tl_auth_drop_temp_auth_keys_gen.go#L66: func (d *AuthDropTempAuthKeysRequest) String() string {
tl_auth_drop_temp_auth_keys_gen.go#L70: type Alias AuthDropTempAuthKeysRequest
tl_auth_drop_temp_auth_keys_gen.go#L75: func (d *AuthDropTempAuthKeysRequest) FillFrom(from interface {
tl_auth_drop_temp_auth_keys_gen.go#L84: func (*AuthDropTempAuthKeysRequest) TypeID() uint32 {
tl_auth_drop_temp_auth_keys_gen.go#L89: func (*AuthDropTempAuthKeysRequest) TypeName() string {
tl_auth_drop_temp_auth_keys_gen.go#L94: func (d *AuthDropTempAuthKeysRequest) TypeInfo() tdp.Type {
tl_auth_drop_temp_auth_keys_gen.go#L113: func (d *AuthDropTempAuthKeysRequest) Encode(b *bin.Buffer) error {
tl_auth_drop_temp_auth_keys_gen.go#L122: func (d *AuthDropTempAuthKeysRequest) EncodeBare(b *bin.Buffer) error {
tl_auth_drop_temp_auth_keys_gen.go#L134: func (d *AuthDropTempAuthKeysRequest) Decode(b *bin.Buffer) error {
tl_auth_drop_temp_auth_keys_gen.go#L145: func (d *AuthDropTempAuthKeysRequest) DecodeBare(b *bin.Buffer) error {
tl_auth_drop_temp_auth_keys_gen.go#L170: func (d *AuthDropTempAuthKeysRequest) GetExceptAuthKeys() (value []int64) {
tl_auth_drop_temp_auth_keys_gen.go#L185: request := &AuthDropTempAuthKeysRequest{
tl_registry_gen.go#L4825: AuthDropTempAuthKeysRequestTypeID: func() bin.Object { return &AuthDropTempAuthKeysRequest{} },
tl_server_gen.go#L312: var request AuthDropTempAuthKeysRequest
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. |