const github.com/gotd/td/tg.BotsInvokeWebViewCustomMethodRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_bots_invoke_web_view_custom_method_gen.go#L60: const BotsInvokeWebViewCustomMethodRequestTypeID = 0x87fc5e7
		tl_bots_invoke_web_view_custom_method_gen.go#L111: 	return BotsInvokeWebViewCustomMethodRequestTypeID
		tl_bots_invoke_web_view_custom_method_gen.go#L123: 		ID:   BotsInvokeWebViewCustomMethodRequestTypeID,
		tl_bots_invoke_web_view_custom_method_gen.go#L151: 	b.PutID(BotsInvokeWebViewCustomMethodRequestTypeID)
		tl_bots_invoke_web_view_custom_method_gen.go#L178: 	if err := b.ConsumeID(BotsInvokeWebViewCustomMethodRequestTypeID); err != nil {
		tl_registry_gen.go#L1692: 		BotsInvokeWebViewCustomMethodRequestTypeID:                              "bots.invokeWebViewCustomMethod#87fc5e7",
		tl_registry_gen.go#L3474: 		"bots.invokeWebViewCustomMethod":                                    BotsInvokeWebViewCustomMethodRequestTypeID,
		tl_registry_gen.go#L5256: 		BotsInvokeWebViewCustomMethodRequestTypeID:                              func() bin.Object { return &BotsInvokeWebViewCustomMethodRequest{} },
		tl_server_gen.go#L8175: 	s.handlers[BotsInvokeWebViewCustomMethodRequestTypeID] = handler