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

21 uses

	github.com/gotd/td/tg (current package)
		tl_bots_request_web_view_button_gen.go#L203: func (c *Client) BotsRequestWebViewButton(ctx context.Context, request *BotsRequestWebViewButtonRequest) (*BotsRequestedButton, error) {
		tl_bots_request_web_view_button_gen.go#L204: 	var result BotsRequestedButton
		tl_bots_requested_button_gen.go#L37: type BotsRequestedButton struct {
		tl_bots_requested_button_gen.go#L47: 	_ bin.Encoder     = &BotsRequestedButton{}
		tl_bots_requested_button_gen.go#L48: 	_ bin.Decoder     = &BotsRequestedButton{}
		tl_bots_requested_button_gen.go#L49: 	_ bin.BareEncoder = &BotsRequestedButton{}
		tl_bots_requested_button_gen.go#L50: 	_ bin.BareDecoder = &BotsRequestedButton{}
		tl_bots_requested_button_gen.go#L53: func (r *BotsRequestedButton) Zero() bool {
		tl_bots_requested_button_gen.go#L65: func (r *BotsRequestedButton) String() string {
		tl_bots_requested_button_gen.go#L69: 	type Alias BotsRequestedButton
		tl_bots_requested_button_gen.go#L74: func (r *BotsRequestedButton) FillFrom(from interface {
		tl_bots_requested_button_gen.go#L83: func (*BotsRequestedButton) TypeID() uint32 {
		tl_bots_requested_button_gen.go#L88: func (*BotsRequestedButton) TypeName() string {
		tl_bots_requested_button_gen.go#L93: func (r *BotsRequestedButton) TypeInfo() tdp.Type {
		tl_bots_requested_button_gen.go#L112: func (r *BotsRequestedButton) Encode(b *bin.Buffer) error {
		tl_bots_requested_button_gen.go#L121: func (r *BotsRequestedButton) EncodeBare(b *bin.Buffer) error {
		tl_bots_requested_button_gen.go#L130: func (r *BotsRequestedButton) Decode(b *bin.Buffer) error {
		tl_bots_requested_button_gen.go#L141: func (r *BotsRequestedButton) DecodeBare(b *bin.Buffer) error {
		tl_bots_requested_button_gen.go#L156: func (r *BotsRequestedButton) GetWebappReqID() (value string) {
		tl_registry_gen.go#L6488: 		BotsRequestedButtonTypeID:                                               func() bin.Object { return &BotsRequestedButton{} },
		tl_server_gen.go#L10573: func (s *ServerDispatcher) OnBotsRequestWebViewButton(f func(ctx context.Context, request *BotsRequestWebViewButtonRequest) (*BotsRequestedButton, error)) {