type github.com/gotd/td/tg.ContactsGetContactsRequest
20 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_contacts_gen.go#L38: type ContactsGetContactsRequest struct {
tl_contacts_get_contacts_gen.go#L54: _ bin.Encoder = &ContactsGetContactsRequest{}
tl_contacts_get_contacts_gen.go#L55: _ bin.Decoder = &ContactsGetContactsRequest{}
tl_contacts_get_contacts_gen.go#L56: _ bin.BareEncoder = &ContactsGetContactsRequest{}
tl_contacts_get_contacts_gen.go#L57: _ bin.BareDecoder = &ContactsGetContactsRequest{}
tl_contacts_get_contacts_gen.go#L60: func (g *ContactsGetContactsRequest) Zero() bool {
tl_contacts_get_contacts_gen.go#L72: func (g *ContactsGetContactsRequest) String() string {
tl_contacts_get_contacts_gen.go#L76: type Alias ContactsGetContactsRequest
tl_contacts_get_contacts_gen.go#L81: func (g *ContactsGetContactsRequest) FillFrom(from interface {
tl_contacts_get_contacts_gen.go#L90: func (*ContactsGetContactsRequest) TypeID() uint32 {
tl_contacts_get_contacts_gen.go#L95: func (*ContactsGetContactsRequest) TypeName() string {
tl_contacts_get_contacts_gen.go#L100: func (g *ContactsGetContactsRequest) TypeInfo() tdp.Type {
tl_contacts_get_contacts_gen.go#L119: func (g *ContactsGetContactsRequest) Encode(b *bin.Buffer) error {
tl_contacts_get_contacts_gen.go#L128: func (g *ContactsGetContactsRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_get_contacts_gen.go#L137: func (g *ContactsGetContactsRequest) Decode(b *bin.Buffer) error {
tl_contacts_get_contacts_gen.go#L148: func (g *ContactsGetContactsRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_get_contacts_gen.go#L163: func (g *ContactsGetContactsRequest) GetHash() (value int64) {
tl_contacts_get_contacts_gen.go#L177: request := &ContactsGetContactsRequest{
tl_registry_gen.go#L4930: ContactsGetContactsRequestTypeID: func() bin.Object { return &ContactsGetContactsRequest{} },
tl_server_gen.go#L2285: var request ContactsGetContactsRequest
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. |