type github.com/gotd/td/tg.ContactsGetSavedRequest
18 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_saved_gen.go#L41: type ContactsGetSavedRequest struct {
tl_contacts_get_saved_gen.go#L49: _ bin.Encoder = &ContactsGetSavedRequest{}
tl_contacts_get_saved_gen.go#L50: _ bin.Decoder = &ContactsGetSavedRequest{}
tl_contacts_get_saved_gen.go#L51: _ bin.BareEncoder = &ContactsGetSavedRequest{}
tl_contacts_get_saved_gen.go#L52: _ bin.BareDecoder = &ContactsGetSavedRequest{}
tl_contacts_get_saved_gen.go#L55: func (g *ContactsGetSavedRequest) Zero() bool {
tl_contacts_get_saved_gen.go#L64: func (g *ContactsGetSavedRequest) String() string {
tl_contacts_get_saved_gen.go#L68: type Alias ContactsGetSavedRequest
tl_contacts_get_saved_gen.go#L75: func (*ContactsGetSavedRequest) TypeID() uint32 {
tl_contacts_get_saved_gen.go#L80: func (*ContactsGetSavedRequest) TypeName() string {
tl_contacts_get_saved_gen.go#L85: func (g *ContactsGetSavedRequest) TypeInfo() tdp.Type {
tl_contacts_get_saved_gen.go#L99: func (g *ContactsGetSavedRequest) Encode(b *bin.Buffer) error {
tl_contacts_get_saved_gen.go#L108: func (g *ContactsGetSavedRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_get_saved_gen.go#L116: func (g *ContactsGetSavedRequest) Decode(b *bin.Buffer) error {
tl_contacts_get_saved_gen.go#L127: func (g *ContactsGetSavedRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_get_saved_gen.go#L148: request := &ContactsGetSavedRequest{}
tl_registry_gen.go#L4942: ContactsGetSavedRequestTypeID: func() bin.Object { return &ContactsGetSavedRequest{} },
tl_server_gen.go#L2509: var request ContactsGetSavedRequest
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. |