type github.com/gotd/td/tg.ContactsEditCloseFriendsRequest
20 uses
github.com/gotd/td/tg (current package)
tl_contacts_edit_close_friends_gen.go#L41: type ContactsEditCloseFriendsRequest struct {
tl_contacts_edit_close_friends_gen.go#L54: _ bin.Encoder = &ContactsEditCloseFriendsRequest{}
tl_contacts_edit_close_friends_gen.go#L55: _ bin.Decoder = &ContactsEditCloseFriendsRequest{}
tl_contacts_edit_close_friends_gen.go#L56: _ bin.BareEncoder = &ContactsEditCloseFriendsRequest{}
tl_contacts_edit_close_friends_gen.go#L57: _ bin.BareDecoder = &ContactsEditCloseFriendsRequest{}
tl_contacts_edit_close_friends_gen.go#L60: func (e *ContactsEditCloseFriendsRequest) Zero() bool {
tl_contacts_edit_close_friends_gen.go#L72: func (e *ContactsEditCloseFriendsRequest) String() string {
tl_contacts_edit_close_friends_gen.go#L76: type Alias ContactsEditCloseFriendsRequest
tl_contacts_edit_close_friends_gen.go#L81: func (e *ContactsEditCloseFriendsRequest) FillFrom(from interface {
tl_contacts_edit_close_friends_gen.go#L90: func (*ContactsEditCloseFriendsRequest) TypeID() uint32 {
tl_contacts_edit_close_friends_gen.go#L95: func (*ContactsEditCloseFriendsRequest) TypeName() string {
tl_contacts_edit_close_friends_gen.go#L100: func (e *ContactsEditCloseFriendsRequest) TypeInfo() tdp.Type {
tl_contacts_edit_close_friends_gen.go#L119: func (e *ContactsEditCloseFriendsRequest) Encode(b *bin.Buffer) error {
tl_contacts_edit_close_friends_gen.go#L128: func (e *ContactsEditCloseFriendsRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_edit_close_friends_gen.go#L140: func (e *ContactsEditCloseFriendsRequest) Decode(b *bin.Buffer) error {
tl_contacts_edit_close_friends_gen.go#L151: func (e *ContactsEditCloseFriendsRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_edit_close_friends_gen.go#L176: func (e *ContactsEditCloseFriendsRequest) GetID() (value []int64) {
tl_contacts_edit_close_friends_gen.go#L193: request := &ContactsEditCloseFriendsRequest{
tl_registry_gen.go#L4951: ContactsEditCloseFriendsRequestTypeID: func() bin.Object { return &ContactsEditCloseFriendsRequest{} },
tl_server_gen.go#L2666: var request ContactsEditCloseFriendsRequest
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. |