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