type github.com/gotd/td/tg.ExportedContactToken
22 uses
github.com/gotd/td/tg (current package)
tl_contacts_export_contact_token_gen.go#L142: func (c *Client) ContactsExportContactToken(ctx context.Context) (*ExportedContactToken, error) {
tl_contacts_export_contact_token_gen.go#L143: var result ExportedContactToken
tl_exported_contact_token_gen.go#L41: type ExportedContactToken struct {
tl_exported_contact_token_gen.go#L56: _ bin.Encoder = &ExportedContactToken{}
tl_exported_contact_token_gen.go#L57: _ bin.Decoder = &ExportedContactToken{}
tl_exported_contact_token_gen.go#L58: _ bin.BareEncoder = &ExportedContactToken{}
tl_exported_contact_token_gen.go#L59: _ bin.BareDecoder = &ExportedContactToken{}
tl_exported_contact_token_gen.go#L62: func (e *ExportedContactToken) Zero() bool {
tl_exported_contact_token_gen.go#L77: func (e *ExportedContactToken) String() string {
tl_exported_contact_token_gen.go#L81: type Alias ExportedContactToken
tl_exported_contact_token_gen.go#L86: func (e *ExportedContactToken) FillFrom(from interface {
tl_exported_contact_token_gen.go#L97: func (*ExportedContactToken) TypeID() uint32 {
tl_exported_contact_token_gen.go#L102: func (*ExportedContactToken) TypeName() string {
tl_exported_contact_token_gen.go#L107: func (e *ExportedContactToken) TypeInfo() tdp.Type {
tl_exported_contact_token_gen.go#L130: func (e *ExportedContactToken) Encode(b *bin.Buffer) error {
tl_exported_contact_token_gen.go#L139: func (e *ExportedContactToken) EncodeBare(b *bin.Buffer) error {
tl_exported_contact_token_gen.go#L149: func (e *ExportedContactToken) Decode(b *bin.Buffer) error {
tl_exported_contact_token_gen.go#L160: func (e *ExportedContactToken) DecodeBare(b *bin.Buffer) error {
tl_exported_contact_token_gen.go#L182: func (e *ExportedContactToken) GetURL() (value string) {
tl_exported_contact_token_gen.go#L190: func (e *ExportedContactToken) GetExpires() (value int) {
tl_registry_gen.go#L4715: ExportedContactTokenTypeID: func() bin.Object { return &ExportedContactToken{} },
tl_server_gen.go#L2630: func (s *ServerDispatcher) OnContactsExportContactToken(f func(ctx context.Context) (*ExportedContactToken, 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. |