type github.com/gotd/td/tg.BotsRequestWebViewButtonRequest

22 uses

	github.com/gotd/td/tg (current package)
		tl_bots_request_web_view_button_gen.go#L37: type BotsRequestWebViewButtonRequest struct {
		tl_bots_request_web_view_button_gen.go#L49: 	_ bin.Encoder     = &BotsRequestWebViewButtonRequest{}
		tl_bots_request_web_view_button_gen.go#L50: 	_ bin.Decoder     = &BotsRequestWebViewButtonRequest{}
		tl_bots_request_web_view_button_gen.go#L51: 	_ bin.BareEncoder = &BotsRequestWebViewButtonRequest{}
		tl_bots_request_web_view_button_gen.go#L52: 	_ bin.BareDecoder = &BotsRequestWebViewButtonRequest{}
		tl_bots_request_web_view_button_gen.go#L55: func (r *BotsRequestWebViewButtonRequest) Zero() bool {
		tl_bots_request_web_view_button_gen.go#L70: func (r *BotsRequestWebViewButtonRequest) String() string {
		tl_bots_request_web_view_button_gen.go#L74: 	type Alias BotsRequestWebViewButtonRequest
		tl_bots_request_web_view_button_gen.go#L79: func (r *BotsRequestWebViewButtonRequest) FillFrom(from interface {
		tl_bots_request_web_view_button_gen.go#L90: func (*BotsRequestWebViewButtonRequest) TypeID() uint32 {
		tl_bots_request_web_view_button_gen.go#L95: func (*BotsRequestWebViewButtonRequest) TypeName() string {
		tl_bots_request_web_view_button_gen.go#L100: func (r *BotsRequestWebViewButtonRequest) TypeInfo() tdp.Type {
		tl_bots_request_web_view_button_gen.go#L123: func (r *BotsRequestWebViewButtonRequest) Encode(b *bin.Buffer) error {
		tl_bots_request_web_view_button_gen.go#L132: func (r *BotsRequestWebViewButtonRequest) EncodeBare(b *bin.Buffer) error {
		tl_bots_request_web_view_button_gen.go#L152: func (r *BotsRequestWebViewButtonRequest) Decode(b *bin.Buffer) error {
		tl_bots_request_web_view_button_gen.go#L163: func (r *BotsRequestWebViewButtonRequest) DecodeBare(b *bin.Buffer) error {
		tl_bots_request_web_view_button_gen.go#L185: func (r *BotsRequestWebViewButtonRequest) GetUserID() (value InputUserClass) {
		tl_bots_request_web_view_button_gen.go#L193: func (r *BotsRequestWebViewButtonRequest) GetButton() (value KeyboardButtonClass) {
		tl_bots_request_web_view_button_gen.go#L203: func (c *Client) BotsRequestWebViewButton(ctx context.Context, request *BotsRequestWebViewButtonRequest) (*BotsRequestedButton, error) {
		tl_registry_gen.go#L7103: 		BotsRequestWebViewButtonRequestTypeID:                                   func() bin.Object { return &BotsRequestWebViewButtonRequest{} },
		tl_server_gen.go#L10573: func (s *ServerDispatcher) OnBotsRequestWebViewButton(f func(ctx context.Context, request *BotsRequestWebViewButtonRequest) (*BotsRequestedButton, error)) {
		tl_server_gen.go#L10575: 		var request BotsRequestWebViewButtonRequest