type github.com/gotd/td/tg.HelpSupport
23 uses
github.com/gotd/td/tg (current package)
tl_help_get_support_gen.go#L135: func (c *Client) HelpGetSupport(ctx context.Context) (*HelpSupport, error) {
tl_help_get_support_gen.go#L136: var result HelpSupport
tl_help_support_gen.go#L38: type HelpSupport struct {
tl_help_support_gen.go#L50: _ bin.Encoder = &HelpSupport{}
tl_help_support_gen.go#L51: _ bin.Decoder = &HelpSupport{}
tl_help_support_gen.go#L52: _ bin.BareEncoder = &HelpSupport{}
tl_help_support_gen.go#L53: _ bin.BareDecoder = &HelpSupport{}
tl_help_support_gen.go#L56: func (s *HelpSupport) Zero() bool {
tl_help_support_gen.go#L71: func (s *HelpSupport) String() string {
tl_help_support_gen.go#L75: type Alias HelpSupport
tl_help_support_gen.go#L80: func (s *HelpSupport) FillFrom(from interface {
tl_help_support_gen.go#L91: func (*HelpSupport) TypeID() uint32 {
tl_help_support_gen.go#L96: func (*HelpSupport) TypeName() string {
tl_help_support_gen.go#L101: func (s *HelpSupport) TypeInfo() tdp.Type {
tl_help_support_gen.go#L124: func (s *HelpSupport) Encode(b *bin.Buffer) error {
tl_help_support_gen.go#L133: func (s *HelpSupport) EncodeBare(b *bin.Buffer) error {
tl_help_support_gen.go#L148: func (s *HelpSupport) Decode(b *bin.Buffer) error {
tl_help_support_gen.go#L159: func (s *HelpSupport) DecodeBare(b *bin.Buffer) error {
tl_help_support_gen.go#L181: func (s *HelpSupport) GetPhoneNumber() (value string) {
tl_help_support_gen.go#L189: func (s *HelpSupport) GetUser() (value UserClass) {
tl_help_support_gen.go#L197: func (s *HelpSupport) GetUserAsNotEmpty() (*User, bool) {
tl_registry_gen.go#L3995: HelpSupportTypeID: func() bin.Object { return &HelpSupport{} },
tl_server_gen.go#L6430: func (s *ServerDispatcher) OnHelpGetSupport(f func(ctx context.Context) (*HelpSupport, 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. |