type github.com/gotd/td/tg.ContactsDeleteByPhonesRequest
20 uses
github.com/gotd/td/tg (current package)
tl_contacts_delete_by_phones_gen.go#L38: type ContactsDeleteByPhonesRequest struct {
tl_contacts_delete_by_phones_gen.go#L48: _ bin.Encoder = &ContactsDeleteByPhonesRequest{}
tl_contacts_delete_by_phones_gen.go#L49: _ bin.Decoder = &ContactsDeleteByPhonesRequest{}
tl_contacts_delete_by_phones_gen.go#L50: _ bin.BareEncoder = &ContactsDeleteByPhonesRequest{}
tl_contacts_delete_by_phones_gen.go#L51: _ bin.BareDecoder = &ContactsDeleteByPhonesRequest{}
tl_contacts_delete_by_phones_gen.go#L54: func (d *ContactsDeleteByPhonesRequest) Zero() bool {
tl_contacts_delete_by_phones_gen.go#L66: func (d *ContactsDeleteByPhonesRequest) String() string {
tl_contacts_delete_by_phones_gen.go#L70: type Alias ContactsDeleteByPhonesRequest
tl_contacts_delete_by_phones_gen.go#L75: func (d *ContactsDeleteByPhonesRequest) FillFrom(from interface {
tl_contacts_delete_by_phones_gen.go#L84: func (*ContactsDeleteByPhonesRequest) TypeID() uint32 {
tl_contacts_delete_by_phones_gen.go#L89: func (*ContactsDeleteByPhonesRequest) TypeName() string {
tl_contacts_delete_by_phones_gen.go#L94: func (d *ContactsDeleteByPhonesRequest) TypeInfo() tdp.Type {
tl_contacts_delete_by_phones_gen.go#L113: func (d *ContactsDeleteByPhonesRequest) Encode(b *bin.Buffer) error {
tl_contacts_delete_by_phones_gen.go#L122: func (d *ContactsDeleteByPhonesRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_delete_by_phones_gen.go#L134: func (d *ContactsDeleteByPhonesRequest) Decode(b *bin.Buffer) error {
tl_contacts_delete_by_phones_gen.go#L145: func (d *ContactsDeleteByPhonesRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_delete_by_phones_gen.go#L170: func (d *ContactsDeleteByPhonesRequest) GetPhones() (value []string) {
tl_contacts_delete_by_phones_gen.go#L184: request := &ContactsDeleteByPhonesRequest{
tl_registry_gen.go#L4933: ContactsDeleteByPhonesRequestTypeID: func() bin.Object { return &ContactsDeleteByPhonesRequest{} },
tl_server_gen.go#L2336: var request ContactsDeleteByPhonesRequest
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. |