type github.com/gotd/td/tg.ChatlistsExportChatlistInviteRequest
24 uses
github.com/gotd/td/tg (current package)
tl_chatlists_export_chatlist_invite_gen.go#L42: type ChatlistsExportChatlistInviteRequest struct {
tl_chatlists_export_chatlist_invite_gen.go#L60: _ bin.Encoder = &ChatlistsExportChatlistInviteRequest{}
tl_chatlists_export_chatlist_invite_gen.go#L61: _ bin.Decoder = &ChatlistsExportChatlistInviteRequest{}
tl_chatlists_export_chatlist_invite_gen.go#L62: _ bin.BareEncoder = &ChatlistsExportChatlistInviteRequest{}
tl_chatlists_export_chatlist_invite_gen.go#L63: _ bin.BareDecoder = &ChatlistsExportChatlistInviteRequest{}
tl_chatlists_export_chatlist_invite_gen.go#L66: func (e *ChatlistsExportChatlistInviteRequest) Zero() bool {
tl_chatlists_export_chatlist_invite_gen.go#L84: func (e *ChatlistsExportChatlistInviteRequest) String() string {
tl_chatlists_export_chatlist_invite_gen.go#L88: type Alias ChatlistsExportChatlistInviteRequest
tl_chatlists_export_chatlist_invite_gen.go#L93: func (e *ChatlistsExportChatlistInviteRequest) FillFrom(from interface {
tl_chatlists_export_chatlist_invite_gen.go#L106: func (*ChatlistsExportChatlistInviteRequest) TypeID() uint32 {
tl_chatlists_export_chatlist_invite_gen.go#L111: func (*ChatlistsExportChatlistInviteRequest) TypeName() string {
tl_chatlists_export_chatlist_invite_gen.go#L116: func (e *ChatlistsExportChatlistInviteRequest) TypeInfo() tdp.Type {
tl_chatlists_export_chatlist_invite_gen.go#L143: func (e *ChatlistsExportChatlistInviteRequest) Encode(b *bin.Buffer) error {
tl_chatlists_export_chatlist_invite_gen.go#L152: func (e *ChatlistsExportChatlistInviteRequest) EncodeBare(b *bin.Buffer) error {
tl_chatlists_export_chatlist_invite_gen.go#L173: func (e *ChatlistsExportChatlistInviteRequest) Decode(b *bin.Buffer) error {
tl_chatlists_export_chatlist_invite_gen.go#L184: func (e *ChatlistsExportChatlistInviteRequest) DecodeBare(b *bin.Buffer) error {
tl_chatlists_export_chatlist_invite_gen.go#L221: func (e *ChatlistsExportChatlistInviteRequest) GetChatlist() (value InputChatlistDialogFilter) {
tl_chatlists_export_chatlist_invite_gen.go#L229: func (e *ChatlistsExportChatlistInviteRequest) GetTitle() (value string) {
tl_chatlists_export_chatlist_invite_gen.go#L237: func (e *ChatlistsExportChatlistInviteRequest) GetPeers() (value []InputPeerClass) {
tl_chatlists_export_chatlist_invite_gen.go#L245: func (e *ChatlistsExportChatlistInviteRequest) MapPeers() (value InputPeerClassArray) {
tl_chatlists_export_chatlist_invite_gen.go#L264: func (c *Client) ChatlistsExportChatlistInvite(ctx context.Context, request *ChatlistsExportChatlistInviteRequest) (*ChatlistsExportedChatlistInvite, error) {
tl_registry_gen.go#L5327: ChatlistsExportChatlistInviteRequestTypeID: func() bin.Object { return &ChatlistsExportChatlistInviteRequest{} },
tl_server_gen.go#L9404: func (s *ServerDispatcher) OnChatlistsExportChatlistInvite(f func(ctx context.Context, request *ChatlistsExportChatlistInviteRequest) (*ChatlistsExportedChatlistInvite, error)) {
tl_server_gen.go#L9406: var request ChatlistsExportChatlistInviteRequest
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. |