type github.com/gotd/td/tg.ContactsResolvedPeer
28 uses
github.com/gotd/td/tg (current package)
tl_contacts_resolve_phone_gen.go#L176: func (c *Client) ContactsResolvePhone(ctx context.Context, phone string) (*ContactsResolvedPeer, error) {
tl_contacts_resolve_phone_gen.go#L177: var result ContactsResolvedPeer
tl_contacts_resolve_username_gen.go#L175: func (c *Client) ContactsResolveUsername(ctx context.Context, username string) (*ContactsResolvedPeer, error) {
tl_contacts_resolve_username_gen.go#L176: var result ContactsResolvedPeer
tl_contacts_resolved_peer_gen.go#L38: type ContactsResolvedPeer struct {
tl_contacts_resolved_peer_gen.go#L52: _ bin.Encoder = &ContactsResolvedPeer{}
tl_contacts_resolved_peer_gen.go#L53: _ bin.Decoder = &ContactsResolvedPeer{}
tl_contacts_resolved_peer_gen.go#L54: _ bin.BareEncoder = &ContactsResolvedPeer{}
tl_contacts_resolved_peer_gen.go#L55: _ bin.BareDecoder = &ContactsResolvedPeer{}
tl_contacts_resolved_peer_gen.go#L58: func (r *ContactsResolvedPeer) Zero() bool {
tl_contacts_resolved_peer_gen.go#L76: func (r *ContactsResolvedPeer) String() string {
tl_contacts_resolved_peer_gen.go#L80: type Alias ContactsResolvedPeer
tl_contacts_resolved_peer_gen.go#L85: func (r *ContactsResolvedPeer) FillFrom(from interface {
tl_contacts_resolved_peer_gen.go#L98: func (*ContactsResolvedPeer) TypeID() uint32 {
tl_contacts_resolved_peer_gen.go#L103: func (*ContactsResolvedPeer) TypeName() string {
tl_contacts_resolved_peer_gen.go#L108: func (r *ContactsResolvedPeer) TypeInfo() tdp.Type {
tl_contacts_resolved_peer_gen.go#L135: func (r *ContactsResolvedPeer) Encode(b *bin.Buffer) error {
tl_contacts_resolved_peer_gen.go#L144: func (r *ContactsResolvedPeer) EncodeBare(b *bin.Buffer) error {
tl_contacts_resolved_peer_gen.go#L176: func (r *ContactsResolvedPeer) Decode(b *bin.Buffer) error {
tl_contacts_resolved_peer_gen.go#L187: func (r *ContactsResolvedPeer) DecodeBare(b *bin.Buffer) error {
tl_contacts_resolved_peer_gen.go#L236: func (r *ContactsResolvedPeer) GetPeer() (value PeerClass) {
tl_contacts_resolved_peer_gen.go#L244: func (r *ContactsResolvedPeer) GetChats() (value []ChatClass) {
tl_contacts_resolved_peer_gen.go#L252: func (r *ContactsResolvedPeer) GetUsers() (value []UserClass) {
tl_contacts_resolved_peer_gen.go#L260: func (r *ContactsResolvedPeer) MapChats() (value ChatClassArray) {
tl_contacts_resolved_peer_gen.go#L265: func (r *ContactsResolvedPeer) MapUsers() (value UserClassArray) {
tl_registry_gen.go#L4151: ContactsResolvedPeerTypeID: func() bin.Object { return &ContactsResolvedPeer{} },
tl_server_gen.go#L2431: func (s *ServerDispatcher) OnContactsResolveUsername(f func(ctx context.Context, username string) (*ContactsResolvedPeer, error)) {
tl_server_gen.go#L2613: func (s *ServerDispatcher) OnContactsResolvePhone(f func(ctx context.Context, phone string) (*ContactsResolvedPeer, error)) {
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. |