type github.com/gotd/td/tg.InputBotInlineMessageIDArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_message_id_slices_gen.go#L120: func (s InputBotInlineMessageIDClassArray) AsInputBotInlineMessageID() (to InputBotInlineMessageIDArray) {
tl_input_bot_inline_message_id_slices_gen.go#L146: type InputBotInlineMessageIDArray []InputBotInlineMessageID
tl_input_bot_inline_message_id_slices_gen.go#L149: func (s InputBotInlineMessageIDArray) Sort(less func(a, b InputBotInlineMessageID) bool) InputBotInlineMessageIDArray {
tl_input_bot_inline_message_id_slices_gen.go#L157: func (s InputBotInlineMessageIDArray) SortStable(less func(a, b InputBotInlineMessageID) bool) InputBotInlineMessageIDArray {
tl_input_bot_inline_message_id_slices_gen.go#L165: func (s InputBotInlineMessageIDArray) Retain(keep func(x InputBotInlineMessageID) bool) InputBotInlineMessageIDArray {
tl_input_bot_inline_message_id_slices_gen.go#L179: func (s InputBotInlineMessageIDArray) First() (v InputBotInlineMessageID, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L187: func (s InputBotInlineMessageIDArray) Last() (v InputBotInlineMessageID, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L195: func (s *InputBotInlineMessageIDArray) PopFirst() (v InputBotInlineMessageID, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L214: func (s *InputBotInlineMessageIDArray) Pop() (v InputBotInlineMessageID, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L228: func (s InputBotInlineMessageIDArray) SortByID() InputBotInlineMessageIDArray {
tl_input_bot_inline_message_id_slices_gen.go#L235: func (s InputBotInlineMessageIDArray) SortStableByID() InputBotInlineMessageIDArray {
tl_input_bot_inline_message_id_slices_gen.go#L242: func (s InputBotInlineMessageIDArray) FillMap(to map[int64]InputBotInlineMessageID) {
tl_input_bot_inline_message_id_slices_gen.go#L249: func (s InputBotInlineMessageIDArray) ToMap() map[int64]InputBotInlineMessageID {
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. |