type github.com/gotd/td/tg.MessagesDeleteExportedChatInviteRequest
22 uses
github.com/gotd/td/tg (current package)
tl_messages_delete_exported_chat_invite_gen.go#L38: type MessagesDeleteExportedChatInviteRequest struct {
tl_messages_delete_exported_chat_invite_gen.go#L50: _ bin.Encoder = &MessagesDeleteExportedChatInviteRequest{}
tl_messages_delete_exported_chat_invite_gen.go#L51: _ bin.Decoder = &MessagesDeleteExportedChatInviteRequest{}
tl_messages_delete_exported_chat_invite_gen.go#L52: _ bin.BareEncoder = &MessagesDeleteExportedChatInviteRequest{}
tl_messages_delete_exported_chat_invite_gen.go#L53: _ bin.BareDecoder = &MessagesDeleteExportedChatInviteRequest{}
tl_messages_delete_exported_chat_invite_gen.go#L56: func (d *MessagesDeleteExportedChatInviteRequest) Zero() bool {
tl_messages_delete_exported_chat_invite_gen.go#L71: func (d *MessagesDeleteExportedChatInviteRequest) String() string {
tl_messages_delete_exported_chat_invite_gen.go#L75: type Alias MessagesDeleteExportedChatInviteRequest
tl_messages_delete_exported_chat_invite_gen.go#L80: func (d *MessagesDeleteExportedChatInviteRequest) FillFrom(from interface {
tl_messages_delete_exported_chat_invite_gen.go#L91: func (*MessagesDeleteExportedChatInviteRequest) TypeID() uint32 {
tl_messages_delete_exported_chat_invite_gen.go#L96: func (*MessagesDeleteExportedChatInviteRequest) TypeName() string {
tl_messages_delete_exported_chat_invite_gen.go#L101: func (d *MessagesDeleteExportedChatInviteRequest) TypeInfo() tdp.Type {
tl_messages_delete_exported_chat_invite_gen.go#L124: func (d *MessagesDeleteExportedChatInviteRequest) Encode(b *bin.Buffer) error {
tl_messages_delete_exported_chat_invite_gen.go#L133: func (d *MessagesDeleteExportedChatInviteRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_delete_exported_chat_invite_gen.go#L148: func (d *MessagesDeleteExportedChatInviteRequest) Decode(b *bin.Buffer) error {
tl_messages_delete_exported_chat_invite_gen.go#L159: func (d *MessagesDeleteExportedChatInviteRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_delete_exported_chat_invite_gen.go#L181: func (d *MessagesDeleteExportedChatInviteRequest) GetPeer() (value InputPeerClass) {
tl_messages_delete_exported_chat_invite_gen.go#L189: func (d *MessagesDeleteExportedChatInviteRequest) GetLink() (value string) {
tl_messages_delete_exported_chat_invite_gen.go#L206: func (c *Client) MessagesDeleteExportedChatInvite(ctx context.Context, request *MessagesDeleteExportedChatInviteRequest) (bool, error) {
tl_registry_gen.go#L5088: MessagesDeleteExportedChatInviteRequestTypeID: func() bin.Object { return &MessagesDeleteExportedChatInviteRequest{} },
tl_server_gen.go#L5141: func (s *ServerDispatcher) OnMessagesDeleteExportedChatInvite(f func(ctx context.Context, request *MessagesDeleteExportedChatInviteRequest) (bool, error)) {
tl_server_gen.go#L5143: var request MessagesDeleteExportedChatInviteRequest
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. |