type github.com/gotd/td/tg.BotInlineResultClass
21 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_result_gen.go#L79: func (b BotInlineResult) construct() BotInlineResultClass { return &b }
tl_bot_inline_result_gen.go#L88: _ BotInlineResultClass = &BotInlineResult{}
tl_bot_inline_result_gen.go#L547: func (b BotInlineMediaResult) construct() BotInlineResultClass { return &b }
tl_bot_inline_result_gen.go#L556: _ BotInlineResultClass = &BotInlineMediaResult{}
tl_bot_inline_result_gen.go#L944: type BotInlineResultClass interface {
tl_bot_inline_result_gen.go#L949: construct() BotInlineResultClass
tl_bot_inline_result_gen.go#L982: func DecodeBotInlineResult(buf *bin.Buffer) (BotInlineResultClass, error) {
tl_bot_inline_result_gen.go#L1009: BotInlineResult BotInlineResultClass
tl_bot_inline_result_slices_gen.go#L38: type BotInlineResultClassArray []BotInlineResultClass
tl_bot_inline_result_slices_gen.go#L41: func (s BotInlineResultClassArray) Sort(less func(a, b BotInlineResultClass) bool) BotInlineResultClassArray {
tl_bot_inline_result_slices_gen.go#L49: func (s BotInlineResultClassArray) SortStable(less func(a, b BotInlineResultClass) bool) BotInlineResultClassArray {
tl_bot_inline_result_slices_gen.go#L57: func (s BotInlineResultClassArray) Retain(keep func(x BotInlineResultClass) bool) BotInlineResultClassArray {
tl_bot_inline_result_slices_gen.go#L71: func (s BotInlineResultClassArray) First() (v BotInlineResultClass, ok bool) {
tl_bot_inline_result_slices_gen.go#L79: func (s BotInlineResultClassArray) Last() (v BotInlineResultClass, ok bool) {
tl_bot_inline_result_slices_gen.go#L87: func (s *BotInlineResultClassArray) PopFirst() (v BotInlineResultClass, ok bool) {
tl_bot_inline_result_slices_gen.go#L97: var zero BotInlineResultClass
tl_bot_inline_result_slices_gen.go#L106: func (s *BotInlineResultClassArray) Pop() (v BotInlineResultClass, ok bool) {
tl_messages_bot_results_gen.go#L66: Results []BotInlineResultClass
tl_messages_bot_results_gen.go#L135: GetResults() (value []BotInlineResultClass)
tl_messages_bot_results_gen.go#L344: b.Results = make([]BotInlineResultClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_bot_results_gen.go#L463: func (b *MessagesBotResults) GetResults() (value []BotInlineResultClass) {
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. |