type github.com/gotd/td/tg.ContactsUpdateContactNoteRequest
22 uses
github.com/gotd/td/tg (current package)
tl_contacts_update_contact_note_gen.go#L41: type ContactsUpdateContactNoteRequest struct {
tl_contacts_update_contact_note_gen.go#L53: _ bin.Encoder = &ContactsUpdateContactNoteRequest{}
tl_contacts_update_contact_note_gen.go#L54: _ bin.Decoder = &ContactsUpdateContactNoteRequest{}
tl_contacts_update_contact_note_gen.go#L55: _ bin.BareEncoder = &ContactsUpdateContactNoteRequest{}
tl_contacts_update_contact_note_gen.go#L56: _ bin.BareDecoder = &ContactsUpdateContactNoteRequest{}
tl_contacts_update_contact_note_gen.go#L59: func (u *ContactsUpdateContactNoteRequest) Zero() bool {
tl_contacts_update_contact_note_gen.go#L74: func (u *ContactsUpdateContactNoteRequest) String() string {
tl_contacts_update_contact_note_gen.go#L78: type Alias ContactsUpdateContactNoteRequest
tl_contacts_update_contact_note_gen.go#L83: func (u *ContactsUpdateContactNoteRequest) FillFrom(from interface {
tl_contacts_update_contact_note_gen.go#L94: func (*ContactsUpdateContactNoteRequest) TypeID() uint32 {
tl_contacts_update_contact_note_gen.go#L99: func (*ContactsUpdateContactNoteRequest) TypeName() string {
tl_contacts_update_contact_note_gen.go#L104: func (u *ContactsUpdateContactNoteRequest) TypeInfo() tdp.Type {
tl_contacts_update_contact_note_gen.go#L127: func (u *ContactsUpdateContactNoteRequest) Encode(b *bin.Buffer) error {
tl_contacts_update_contact_note_gen.go#L136: func (u *ContactsUpdateContactNoteRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_update_contact_note_gen.go#L153: func (u *ContactsUpdateContactNoteRequest) Decode(b *bin.Buffer) error {
tl_contacts_update_contact_note_gen.go#L164: func (u *ContactsUpdateContactNoteRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_update_contact_note_gen.go#L184: func (u *ContactsUpdateContactNoteRequest) GetID() (value InputUserClass) {
tl_contacts_update_contact_note_gen.go#L192: func (u *ContactsUpdateContactNoteRequest) GetNote() (value TextWithEntities) {
tl_contacts_update_contact_note_gen.go#L210: func (c *Client) ContactsUpdateContactNote(ctx context.Context, request *ContactsUpdateContactNoteRequest) (bool, error) {
tl_registry_gen.go#L6714: ContactsUpdateContactNoteRequestTypeID: func() bin.Object { return &ContactsUpdateContactNoteRequest{} },
tl_server_gen.go#L3556: func (s *ServerDispatcher) OnContactsUpdateContactNote(f func(ctx context.Context, request *ContactsUpdateContactNoteRequest) (bool, error)) {
tl_server_gen.go#L3558: var request ContactsUpdateContactNoteRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |