type github.com/gotd/td/tg.ContactsGetContactIDsRequest
20 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_contact_ids_gen.go#L38: type ContactsGetContactIDsRequest struct {
tl_contacts_get_contact_ids_gen.go#L51: _ bin.Encoder = &ContactsGetContactIDsRequest{}
tl_contacts_get_contact_ids_gen.go#L52: _ bin.Decoder = &ContactsGetContactIDsRequest{}
tl_contacts_get_contact_ids_gen.go#L53: _ bin.BareEncoder = &ContactsGetContactIDsRequest{}
tl_contacts_get_contact_ids_gen.go#L54: _ bin.BareDecoder = &ContactsGetContactIDsRequest{}
tl_contacts_get_contact_ids_gen.go#L57: func (g *ContactsGetContactIDsRequest) Zero() bool {
tl_contacts_get_contact_ids_gen.go#L69: func (g *ContactsGetContactIDsRequest) String() string {
tl_contacts_get_contact_ids_gen.go#L73: type Alias ContactsGetContactIDsRequest
tl_contacts_get_contact_ids_gen.go#L78: func (g *ContactsGetContactIDsRequest) FillFrom(from interface {
tl_contacts_get_contact_ids_gen.go#L87: func (*ContactsGetContactIDsRequest) TypeID() uint32 {
tl_contacts_get_contact_ids_gen.go#L92: func (*ContactsGetContactIDsRequest) TypeName() string {
tl_contacts_get_contact_ids_gen.go#L97: func (g *ContactsGetContactIDsRequest) TypeInfo() tdp.Type {
tl_contacts_get_contact_ids_gen.go#L116: func (g *ContactsGetContactIDsRequest) Encode(b *bin.Buffer) error {
tl_contacts_get_contact_ids_gen.go#L125: func (g *ContactsGetContactIDsRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_get_contact_ids_gen.go#L134: func (g *ContactsGetContactIDsRequest) Decode(b *bin.Buffer) error {
tl_contacts_get_contact_ids_gen.go#L145: func (g *ContactsGetContactIDsRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_get_contact_ids_gen.go#L160: func (g *ContactsGetContactIDsRequest) GetHash() (value int64) {
tl_contacts_get_contact_ids_gen.go#L174: request := &ContactsGetContactIDsRequest{
tl_registry_gen.go#L4928: ContactsGetContactIDsRequestTypeID: func() bin.Object { return &ContactsGetContactIDsRequest{} },
tl_server_gen.go#L2251: var request ContactsGetContactIDsRequest
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. |