type github.com/gotd/td/tg.AccountUpdateStatusRequest
20 uses
github.com/gotd/td/tg (current package)
tl_account_update_status_gen.go#L38: type AccountUpdateStatusRequest struct {
tl_account_update_status_gen.go#L52: _ bin.Encoder = &AccountUpdateStatusRequest{}
tl_account_update_status_gen.go#L53: _ bin.Decoder = &AccountUpdateStatusRequest{}
tl_account_update_status_gen.go#L54: _ bin.BareEncoder = &AccountUpdateStatusRequest{}
tl_account_update_status_gen.go#L55: _ bin.BareDecoder = &AccountUpdateStatusRequest{}
tl_account_update_status_gen.go#L58: func (u *AccountUpdateStatusRequest) Zero() bool {
tl_account_update_status_gen.go#L70: func (u *AccountUpdateStatusRequest) String() string {
tl_account_update_status_gen.go#L74: type Alias AccountUpdateStatusRequest
tl_account_update_status_gen.go#L79: func (u *AccountUpdateStatusRequest) FillFrom(from interface {
tl_account_update_status_gen.go#L88: func (*AccountUpdateStatusRequest) TypeID() uint32 {
tl_account_update_status_gen.go#L93: func (*AccountUpdateStatusRequest) TypeName() string {
tl_account_update_status_gen.go#L98: func (u *AccountUpdateStatusRequest) TypeInfo() tdp.Type {
tl_account_update_status_gen.go#L117: func (u *AccountUpdateStatusRequest) Encode(b *bin.Buffer) error {
tl_account_update_status_gen.go#L126: func (u *AccountUpdateStatusRequest) EncodeBare(b *bin.Buffer) error {
tl_account_update_status_gen.go#L135: func (u *AccountUpdateStatusRequest) Decode(b *bin.Buffer) error {
tl_account_update_status_gen.go#L146: func (u *AccountUpdateStatusRequest) DecodeBare(b *bin.Buffer) error {
tl_account_update_status_gen.go#L161: func (u *AccountUpdateStatusRequest) GetOffline() (value bool) {
tl_account_update_status_gen.go#L175: request := &AccountUpdateStatusRequest{
tl_registry_gen.go#L4839: AccountUpdateStatusRequestTypeID: func() bin.Object { return &AccountUpdateStatusRequest{} },
tl_server_gen.go#L578: var request AccountUpdateStatusRequest
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. |