type github.com/gotd/td/tg.BotsInvokeWebViewCustomMethodRequest
23 uses
github.com/gotd/td/tg (current package)
tl_bots_invoke_web_view_custom_method_gen.go#L47: type BotsInvokeWebViewCustomMethodRequest struct {
tl_bots_invoke_web_view_custom_method_gen.go#L64: _ bin.Encoder = &BotsInvokeWebViewCustomMethodRequest{}
tl_bots_invoke_web_view_custom_method_gen.go#L65: _ bin.Decoder = &BotsInvokeWebViewCustomMethodRequest{}
tl_bots_invoke_web_view_custom_method_gen.go#L66: _ bin.BareEncoder = &BotsInvokeWebViewCustomMethodRequest{}
tl_bots_invoke_web_view_custom_method_gen.go#L67: _ bin.BareDecoder = &BotsInvokeWebViewCustomMethodRequest{}
tl_bots_invoke_web_view_custom_method_gen.go#L70: func (i *BotsInvokeWebViewCustomMethodRequest) Zero() bool {
tl_bots_invoke_web_view_custom_method_gen.go#L88: func (i *BotsInvokeWebViewCustomMethodRequest) String() string {
tl_bots_invoke_web_view_custom_method_gen.go#L92: type Alias BotsInvokeWebViewCustomMethodRequest
tl_bots_invoke_web_view_custom_method_gen.go#L97: func (i *BotsInvokeWebViewCustomMethodRequest) FillFrom(from interface {
tl_bots_invoke_web_view_custom_method_gen.go#L110: func (*BotsInvokeWebViewCustomMethodRequest) TypeID() uint32 {
tl_bots_invoke_web_view_custom_method_gen.go#L115: func (*BotsInvokeWebViewCustomMethodRequest) TypeName() string {
tl_bots_invoke_web_view_custom_method_gen.go#L120: func (i *BotsInvokeWebViewCustomMethodRequest) TypeInfo() tdp.Type {
tl_bots_invoke_web_view_custom_method_gen.go#L147: func (i *BotsInvokeWebViewCustomMethodRequest) Encode(b *bin.Buffer) error {
tl_bots_invoke_web_view_custom_method_gen.go#L156: func (i *BotsInvokeWebViewCustomMethodRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_invoke_web_view_custom_method_gen.go#L174: func (i *BotsInvokeWebViewCustomMethodRequest) Decode(b *bin.Buffer) error {
tl_bots_invoke_web_view_custom_method_gen.go#L185: func (i *BotsInvokeWebViewCustomMethodRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_invoke_web_view_custom_method_gen.go#L212: func (i *BotsInvokeWebViewCustomMethodRequest) GetBot() (value InputUserClass) {
tl_bots_invoke_web_view_custom_method_gen.go#L220: func (i *BotsInvokeWebViewCustomMethodRequest) GetCustomMethod() (value string) {
tl_bots_invoke_web_view_custom_method_gen.go#L228: func (i *BotsInvokeWebViewCustomMethodRequest) GetParams() (value DataJSON) {
tl_bots_invoke_web_view_custom_method_gen.go#L252: func (c *Client) BotsInvokeWebViewCustomMethod(ctx context.Context, request *BotsInvokeWebViewCustomMethodRequest) (*DataJSON, error) {
tl_registry_gen.go#L5256: BotsInvokeWebViewCustomMethodRequestTypeID: func() bin.Object { return &BotsInvokeWebViewCustomMethodRequest{} },
tl_server_gen.go#L8161: func (s *ServerDispatcher) OnBotsInvokeWebViewCustomMethod(f func(ctx context.Context, request *BotsInvokeWebViewCustomMethodRequest) (*DataJSON, error)) {
tl_server_gen.go#L8163: var request BotsInvokeWebViewCustomMethodRequest
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. |