type github.com/gotd/td/tg.InputBotInlineResultClass
28 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_result_gen.go#L79: func (i InputBotInlineResult) construct() InputBotInlineResultClass { return &i }
tl_input_bot_inline_result_gen.go#L88: _ InputBotInlineResultClass = &InputBotInlineResult{}
tl_input_bot_inline_result_gen.go#L514: func (i InputBotInlineResultPhoto) construct() InputBotInlineResultClass { return &i }
tl_input_bot_inline_result_gen.go#L523: _ InputBotInlineResultClass = &InputBotInlineResultPhoto{}
tl_input_bot_inline_result_gen.go#L756: func (i InputBotInlineResultDocument) construct() InputBotInlineResultClass { return &i }
tl_input_bot_inline_result_gen.go#L765: _ InputBotInlineResultClass = &InputBotInlineResultDocument{}
tl_input_bot_inline_result_gen.go#L1084: func (i InputBotInlineResultGame) construct() InputBotInlineResultClass { return &i }
tl_input_bot_inline_result_gen.go#L1093: _ InputBotInlineResultClass = &InputBotInlineResultGame{}
tl_input_bot_inline_result_gen.go#L1281: type InputBotInlineResultClass interface {
tl_input_bot_inline_result_gen.go#L1286: construct() InputBotInlineResultClass
tl_input_bot_inline_result_gen.go#L1307: func DecodeInputBotInlineResult(buf *bin.Buffer) (InputBotInlineResultClass, error) {
tl_input_bot_inline_result_gen.go#L1348: InputBotInlineResult InputBotInlineResultClass
tl_input_bot_inline_result_slices_gen.go#L38: type InputBotInlineResultClassArray []InputBotInlineResultClass
tl_input_bot_inline_result_slices_gen.go#L41: func (s InputBotInlineResultClassArray) Sort(less func(a, b InputBotInlineResultClass) bool) InputBotInlineResultClassArray {
tl_input_bot_inline_result_slices_gen.go#L49: func (s InputBotInlineResultClassArray) SortStable(less func(a, b InputBotInlineResultClass) bool) InputBotInlineResultClassArray {
tl_input_bot_inline_result_slices_gen.go#L57: func (s InputBotInlineResultClassArray) Retain(keep func(x InputBotInlineResultClass) bool) InputBotInlineResultClassArray {
tl_input_bot_inline_result_slices_gen.go#L71: func (s InputBotInlineResultClassArray) First() (v InputBotInlineResultClass, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L79: func (s InputBotInlineResultClassArray) Last() (v InputBotInlineResultClass, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L87: func (s *InputBotInlineResultClassArray) PopFirst() (v InputBotInlineResultClass, ok bool) {
tl_input_bot_inline_result_slices_gen.go#L97: var zero InputBotInlineResultClass
tl_input_bot_inline_result_slices_gen.go#L106: func (s *InputBotInlineResultClassArray) Pop() (v InputBotInlineResultClass, ok bool) {
tl_messages_send_web_view_result_message_gen.go#L49: Result InputBotInlineResultClass
tl_messages_send_web_view_result_message_gen.go#L89: GetResult() (value InputBotInlineResultClass)
tl_messages_send_web_view_result_message_gen.go#L196: func (s *MessagesSendWebViewResultMessageRequest) GetResult() (value InputBotInlineResultClass) {
tl_messages_set_inline_bot_results_gen.go#L52: Results []InputBotInlineResultClass
tl_messages_set_inline_bot_results_gen.go#L139: GetResults() (value []InputBotInlineResultClass)
tl_messages_set_inline_bot_results_gen.go#L329: s.Results = make([]InputBotInlineResultClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_set_inline_bot_results_gen.go#L413: func (s *MessagesSetInlineBotResultsRequest) GetResults() (value []InputBotInlineResultClass) {
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. |