type github.com/gotd/td/tg.InputMediaInvoiceArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L250: func (s InputMediaClassArray) AsInputMediaInvoice() (to InputMediaInvoiceArray) {
tl_input_media_slices_gen.go#L1148: type InputMediaInvoiceArray []InputMediaInvoice
tl_input_media_slices_gen.go#L1151: func (s InputMediaInvoiceArray) Sort(less func(a, b InputMediaInvoice) bool) InputMediaInvoiceArray {
tl_input_media_slices_gen.go#L1159: func (s InputMediaInvoiceArray) SortStable(less func(a, b InputMediaInvoice) bool) InputMediaInvoiceArray {
tl_input_media_slices_gen.go#L1167: func (s InputMediaInvoiceArray) Retain(keep func(x InputMediaInvoice) bool) InputMediaInvoiceArray {
tl_input_media_slices_gen.go#L1181: func (s InputMediaInvoiceArray) First() (v InputMediaInvoice, ok bool) {
tl_input_media_slices_gen.go#L1189: func (s InputMediaInvoiceArray) Last() (v InputMediaInvoice, ok bool) {
tl_input_media_slices_gen.go#L1197: func (s *InputMediaInvoiceArray) PopFirst() (v InputMediaInvoice, ok bool) {
tl_input_media_slices_gen.go#L1216: func (s *InputMediaInvoiceArray) Pop() (v InputMediaInvoice, ok bool) {
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. |