type github.com/gotd/td/tg.InputBotInlineMessageID64Array
18 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_message_id_slices_gen.go#L133: func (s InputBotInlineMessageIDClassArray) AsInputBotInlineMessageID64() (to InputBotInlineMessageID64Array) {
tl_input_bot_inline_message_id_slices_gen.go#L256: type InputBotInlineMessageID64Array []InputBotInlineMessageID64
tl_input_bot_inline_message_id_slices_gen.go#L259: func (s InputBotInlineMessageID64Array) Sort(less func(a, b InputBotInlineMessageID64) bool) InputBotInlineMessageID64Array {
tl_input_bot_inline_message_id_slices_gen.go#L267: func (s InputBotInlineMessageID64Array) SortStable(less func(a, b InputBotInlineMessageID64) bool) InputBotInlineMessageID64Array {
tl_input_bot_inline_message_id_slices_gen.go#L275: func (s InputBotInlineMessageID64Array) Retain(keep func(x InputBotInlineMessageID64) bool) InputBotInlineMessageID64Array {
tl_input_bot_inline_message_id_slices_gen.go#L289: func (s InputBotInlineMessageID64Array) First() (v InputBotInlineMessageID64, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L297: func (s InputBotInlineMessageID64Array) Last() (v InputBotInlineMessageID64, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L305: func (s *InputBotInlineMessageID64Array) PopFirst() (v InputBotInlineMessageID64, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L324: func (s *InputBotInlineMessageID64Array) Pop() (v InputBotInlineMessageID64, ok bool) {
tl_input_bot_inline_message_id_slices_gen.go#L338: func (s InputBotInlineMessageID64Array) SortByID() InputBotInlineMessageID64Array {
tl_input_bot_inline_message_id_slices_gen.go#L345: func (s InputBotInlineMessageID64Array) SortStableByID() InputBotInlineMessageID64Array {
tl_input_bot_inline_message_id_slices_gen.go#L352: func (s InputBotInlineMessageID64Array) FillMap(to map[int]InputBotInlineMessageID64) {
tl_input_bot_inline_message_id_slices_gen.go#L359: func (s InputBotInlineMessageID64Array) ToMap() map[int]InputBotInlineMessageID64 {
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. |