type github.com/gotd/td/tg.BotsGetRequestedWebViewButtonRequest
22 uses
github.com/gotd/td/tg (current package)
tl_bots_get_requested_web_view_button_gen.go#L37: type BotsGetRequestedWebViewButtonRequest struct {
tl_bots_get_requested_web_view_button_gen.go#L49: _ bin.Encoder = &BotsGetRequestedWebViewButtonRequest{}
tl_bots_get_requested_web_view_button_gen.go#L50: _ bin.Decoder = &BotsGetRequestedWebViewButtonRequest{}
tl_bots_get_requested_web_view_button_gen.go#L51: _ bin.BareEncoder = &BotsGetRequestedWebViewButtonRequest{}
tl_bots_get_requested_web_view_button_gen.go#L52: _ bin.BareDecoder = &BotsGetRequestedWebViewButtonRequest{}
tl_bots_get_requested_web_view_button_gen.go#L55: func (g *BotsGetRequestedWebViewButtonRequest) Zero() bool {
tl_bots_get_requested_web_view_button_gen.go#L70: func (g *BotsGetRequestedWebViewButtonRequest) String() string {
tl_bots_get_requested_web_view_button_gen.go#L74: type Alias BotsGetRequestedWebViewButtonRequest
tl_bots_get_requested_web_view_button_gen.go#L79: func (g *BotsGetRequestedWebViewButtonRequest) FillFrom(from interface {
tl_bots_get_requested_web_view_button_gen.go#L90: func (*BotsGetRequestedWebViewButtonRequest) TypeID() uint32 {
tl_bots_get_requested_web_view_button_gen.go#L95: func (*BotsGetRequestedWebViewButtonRequest) TypeName() string {
tl_bots_get_requested_web_view_button_gen.go#L100: func (g *BotsGetRequestedWebViewButtonRequest) TypeInfo() tdp.Type {
tl_bots_get_requested_web_view_button_gen.go#L123: func (g *BotsGetRequestedWebViewButtonRequest) Encode(b *bin.Buffer) error {
tl_bots_get_requested_web_view_button_gen.go#L132: func (g *BotsGetRequestedWebViewButtonRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_get_requested_web_view_button_gen.go#L147: func (g *BotsGetRequestedWebViewButtonRequest) Decode(b *bin.Buffer) error {
tl_bots_get_requested_web_view_button_gen.go#L158: func (g *BotsGetRequestedWebViewButtonRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_get_requested_web_view_button_gen.go#L180: func (g *BotsGetRequestedWebViewButtonRequest) GetBot() (value InputUserClass) {
tl_bots_get_requested_web_view_button_gen.go#L188: func (g *BotsGetRequestedWebViewButtonRequest) GetWebappReqID() (value string) {
tl_bots_get_requested_web_view_button_gen.go#L198: func (c *Client) BotsGetRequestedWebViewButton(ctx context.Context, request *BotsGetRequestedWebViewButtonRequest) (KeyboardButtonClass, error) {
tl_registry_gen.go#L7104: BotsGetRequestedWebViewButtonRequestTypeID: func() bin.Object { return &BotsGetRequestedWebViewButtonRequest{} },
tl_server_gen.go#L10590: func (s *ServerDispatcher) OnBotsGetRequestedWebViewButton(f func(ctx context.Context, request *BotsGetRequestedWebViewButtonRequest) (KeyboardButtonClass, error)) {
tl_server_gen.go#L10592: var request BotsGetRequestedWebViewButtonRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |