type github.com/gotd/td/tg.ContactsUnblockRequest
24 uses
github.com/gotd/td/tg (current package)
tl_contacts_unblock_gen.go#L41: type ContactsUnblockRequest struct {
tl_contacts_unblock_gen.go#L62: _ bin.Encoder = &ContactsUnblockRequest{}
tl_contacts_unblock_gen.go#L63: _ bin.Decoder = &ContactsUnblockRequest{}
tl_contacts_unblock_gen.go#L64: _ bin.BareEncoder = &ContactsUnblockRequest{}
tl_contacts_unblock_gen.go#L65: _ bin.BareDecoder = &ContactsUnblockRequest{}
tl_contacts_unblock_gen.go#L68: func (u *ContactsUnblockRequest) Zero() bool {
tl_contacts_unblock_gen.go#L86: func (u *ContactsUnblockRequest) String() string {
tl_contacts_unblock_gen.go#L90: type Alias ContactsUnblockRequest
tl_contacts_unblock_gen.go#L95: func (u *ContactsUnblockRequest) FillFrom(from interface {
tl_contacts_unblock_gen.go#L106: func (*ContactsUnblockRequest) TypeID() uint32 {
tl_contacts_unblock_gen.go#L111: func (*ContactsUnblockRequest) TypeName() string {
tl_contacts_unblock_gen.go#L116: func (u *ContactsUnblockRequest) TypeInfo() tdp.Type {
tl_contacts_unblock_gen.go#L140: func (u *ContactsUnblockRequest) SetFlags() {
tl_contacts_unblock_gen.go#L147: func (u *ContactsUnblockRequest) Encode(b *bin.Buffer) error {
tl_contacts_unblock_gen.go#L156: func (u *ContactsUnblockRequest) EncodeBare(b *bin.Buffer) error {
tl_contacts_unblock_gen.go#L174: func (u *ContactsUnblockRequest) Decode(b *bin.Buffer) error {
tl_contacts_unblock_gen.go#L185: func (u *ContactsUnblockRequest) DecodeBare(b *bin.Buffer) error {
tl_contacts_unblock_gen.go#L206: func (u *ContactsUnblockRequest) SetMyStoriesFrom(value bool) {
tl_contacts_unblock_gen.go#L217: func (u *ContactsUnblockRequest) GetMyStoriesFrom() (value bool) {
tl_contacts_unblock_gen.go#L225: func (u *ContactsUnblockRequest) GetID() (value InputPeerClass) {
tl_contacts_unblock_gen.go#L246: func (c *Client) ContactsUnblock(ctx context.Context, request *ContactsUnblockRequest) (bool, error) {
tl_registry_gen.go#L4935: ContactsUnblockRequestTypeID: func() bin.Object { return &ContactsUnblockRequest{} },
tl_server_gen.go#L2376: func (s *ServerDispatcher) OnContactsUnblock(f func(ctx context.Context, request *ContactsUnblockRequest) (bool, error)) {
tl_server_gen.go#L2378: var request ContactsUnblockRequest
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. |