type github.com/gotd/td/tg.MessagesImportChatInviteRequest
20 uses
github.com/gotd/td/tg (current package)
tl_messages_import_chat_invite_gen.go#L38: type MessagesImportChatInviteRequest struct {
tl_messages_import_chat_invite_gen.go#L51: _ bin.Encoder = &MessagesImportChatInviteRequest{}
tl_messages_import_chat_invite_gen.go#L52: _ bin.Decoder = &MessagesImportChatInviteRequest{}
tl_messages_import_chat_invite_gen.go#L53: _ bin.BareEncoder = &MessagesImportChatInviteRequest{}
tl_messages_import_chat_invite_gen.go#L54: _ bin.BareDecoder = &MessagesImportChatInviteRequest{}
tl_messages_import_chat_invite_gen.go#L57: func (i *MessagesImportChatInviteRequest) Zero() bool {
tl_messages_import_chat_invite_gen.go#L69: func (i *MessagesImportChatInviteRequest) String() string {
tl_messages_import_chat_invite_gen.go#L73: type Alias MessagesImportChatInviteRequest
tl_messages_import_chat_invite_gen.go#L78: func (i *MessagesImportChatInviteRequest) FillFrom(from interface {
tl_messages_import_chat_invite_gen.go#L87: func (*MessagesImportChatInviteRequest) TypeID() uint32 {
tl_messages_import_chat_invite_gen.go#L92: func (*MessagesImportChatInviteRequest) TypeName() string {
tl_messages_import_chat_invite_gen.go#L97: func (i *MessagesImportChatInviteRequest) TypeInfo() tdp.Type {
tl_messages_import_chat_invite_gen.go#L116: func (i *MessagesImportChatInviteRequest) Encode(b *bin.Buffer) error {
tl_messages_import_chat_invite_gen.go#L125: func (i *MessagesImportChatInviteRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_import_chat_invite_gen.go#L134: func (i *MessagesImportChatInviteRequest) Decode(b *bin.Buffer) error {
tl_messages_import_chat_invite_gen.go#L145: func (i *MessagesImportChatInviteRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_import_chat_invite_gen.go#L160: func (i *MessagesImportChatInviteRequest) GetHash() (value string) {
tl_messages_import_chat_invite_gen.go#L190: request := &MessagesImportChatInviteRequest{
tl_registry_gen.go#L4992: MessagesImportChatInviteRequestTypeID: func() bin.Object { return &MessagesImportChatInviteRequest{} },
tl_server_gen.go#L3399: var request MessagesImportChatInviteRequest
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. |