type github.com/gotd/td/tg.HelpGetInviteTextRequest
18 uses
github.com/gotd/td/tg (current package)
tl_help_get_invite_text_gen.go#L38: type HelpGetInviteTextRequest struct {
tl_help_get_invite_text_gen.go#L46: _ bin.Encoder = &HelpGetInviteTextRequest{}
tl_help_get_invite_text_gen.go#L47: _ bin.Decoder = &HelpGetInviteTextRequest{}
tl_help_get_invite_text_gen.go#L48: _ bin.BareEncoder = &HelpGetInviteTextRequest{}
tl_help_get_invite_text_gen.go#L49: _ bin.BareDecoder = &HelpGetInviteTextRequest{}
tl_help_get_invite_text_gen.go#L52: func (g *HelpGetInviteTextRequest) Zero() bool {
tl_help_get_invite_text_gen.go#L61: func (g *HelpGetInviteTextRequest) String() string {
tl_help_get_invite_text_gen.go#L65: type Alias HelpGetInviteTextRequest
tl_help_get_invite_text_gen.go#L72: func (*HelpGetInviteTextRequest) TypeID() uint32 {
tl_help_get_invite_text_gen.go#L77: func (*HelpGetInviteTextRequest) TypeName() string {
tl_help_get_invite_text_gen.go#L82: func (g *HelpGetInviteTextRequest) TypeInfo() tdp.Type {
tl_help_get_invite_text_gen.go#L96: func (g *HelpGetInviteTextRequest) Encode(b *bin.Buffer) error {
tl_help_get_invite_text_gen.go#L105: func (g *HelpGetInviteTextRequest) EncodeBare(b *bin.Buffer) error {
tl_help_get_invite_text_gen.go#L113: func (g *HelpGetInviteTextRequest) Decode(b *bin.Buffer) error {
tl_help_get_invite_text_gen.go#L124: func (g *HelpGetInviteTextRequest) DecodeBare(b *bin.Buffer) error {
tl_help_get_invite_text_gen.go#L138: request := &HelpGetInviteTextRequest{}
tl_registry_gen.go#L5160: HelpGetInviteTextRequestTypeID: func() bin.Object { return &HelpGetInviteTextRequest{} },
tl_server_gen.go#L6415: var request HelpGetInviteTextRequest
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. |