type github.com/gotd/td/tg.ExportedChatlistInvite
33 uses
github.com/gotd/td/tg (current package)
tl_chatlists_edit_exported_invite_gen.go#L352: func (c *Client) ChatlistsEditExportedInvite(ctx context.Context, request *ChatlistsEditExportedInviteRequest) (*ExportedChatlistInvite, error) {
tl_chatlists_edit_exported_invite_gen.go#L353: var result ExportedChatlistInvite
tl_chatlists_exported_chatlist_invite_gen.go#L48: Invite ExportedChatlistInvite
tl_chatlists_exported_chatlist_invite_gen.go#L88: GetInvite() (value ExportedChatlistInvite)
tl_chatlists_exported_chatlist_invite_gen.go#L195: func (e *ChatlistsExportedChatlistInvite) GetInvite() (value ExportedChatlistInvite) {
tl_chatlists_exported_invites_gen.go#L46: Invites []ExportedChatlistInvite
tl_chatlists_exported_invites_gen.go#L92: GetInvites() (value []ExportedChatlistInvite)
tl_chatlists_exported_invites_gen.go#L204: e.Invites = make([]ExportedChatlistInvite, 0, headerLen%bin.PreallocateLimit)
tl_chatlists_exported_invites_gen.go#L207: var value ExportedChatlistInvite
tl_chatlists_exported_invites_gen.go#L252: func (e *ChatlistsExportedInvites) GetInvites() (value []ExportedChatlistInvite) {
tl_exported_chatlist_invite_gen.go#L41: type ExportedChatlistInvite struct {
tl_exported_chatlist_invite_gen.go#L63: _ bin.Encoder = &ExportedChatlistInvite{}
tl_exported_chatlist_invite_gen.go#L64: _ bin.Decoder = &ExportedChatlistInvite{}
tl_exported_chatlist_invite_gen.go#L65: _ bin.BareEncoder = &ExportedChatlistInvite{}
tl_exported_chatlist_invite_gen.go#L66: _ bin.BareDecoder = &ExportedChatlistInvite{}
tl_exported_chatlist_invite_gen.go#L69: func (e *ExportedChatlistInvite) Zero() bool {
tl_exported_chatlist_invite_gen.go#L90: func (e *ExportedChatlistInvite) String() string {
tl_exported_chatlist_invite_gen.go#L94: type Alias ExportedChatlistInvite
tl_exported_chatlist_invite_gen.go#L99: func (e *ExportedChatlistInvite) FillFrom(from interface {
tl_exported_chatlist_invite_gen.go#L112: func (*ExportedChatlistInvite) TypeID() uint32 {
tl_exported_chatlist_invite_gen.go#L117: func (*ExportedChatlistInvite) TypeName() string {
tl_exported_chatlist_invite_gen.go#L122: func (e *ExportedChatlistInvite) TypeInfo() tdp.Type {
tl_exported_chatlist_invite_gen.go#L149: func (e *ExportedChatlistInvite) SetFlags() {
tl_exported_chatlist_invite_gen.go#L153: func (e *ExportedChatlistInvite) Encode(b *bin.Buffer) error {
tl_exported_chatlist_invite_gen.go#L162: func (e *ExportedChatlistInvite) EncodeBare(b *bin.Buffer) error {
tl_exported_chatlist_invite_gen.go#L185: func (e *ExportedChatlistInvite) Decode(b *bin.Buffer) error {
tl_exported_chatlist_invite_gen.go#L196: func (e *ExportedChatlistInvite) DecodeBare(b *bin.Buffer) error {
tl_exported_chatlist_invite_gen.go#L240: func (e *ExportedChatlistInvite) GetTitle() (value string) {
tl_exported_chatlist_invite_gen.go#L248: func (e *ExportedChatlistInvite) GetURL() (value string) {
tl_exported_chatlist_invite_gen.go#L256: func (e *ExportedChatlistInvite) GetPeers() (value []PeerClass) {
tl_exported_chatlist_invite_gen.go#L264: func (e *ExportedChatlistInvite) MapPeers() (value PeerClassArray) {
tl_registry_gen.go#L4740: ExportedChatlistInviteTypeID: func() bin.Object { return &ExportedChatlistInvite{} },
tl_server_gen.go#L9442: func (s *ServerDispatcher) OnChatlistsEditExportedInvite(f func(ctx context.Context, request *ChatlistsEditExportedInviteRequest) (*ExportedChatlistInvite, 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. |