type github.com/gotd/td/tg.InputKeyboardButtonUserProfileArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L263: func (s KeyboardButtonClassArray) AsInputKeyboardButtonUserProfile() (to InputKeyboardButtonUserProfileArray) {
tl_keyboard_button_slices_gen.go#L1230: type InputKeyboardButtonUserProfileArray []InputKeyboardButtonUserProfile
tl_keyboard_button_slices_gen.go#L1233: func (s InputKeyboardButtonUserProfileArray) Sort(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1241: func (s InputKeyboardButtonUserProfileArray) SortStable(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1249: func (s InputKeyboardButtonUserProfileArray) Retain(keep func(x InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1263: func (s InputKeyboardButtonUserProfileArray) First() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1271: func (s InputKeyboardButtonUserProfileArray) Last() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1279: func (s *InputKeyboardButtonUserProfileArray) PopFirst() (v InputKeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1298: func (s *InputKeyboardButtonUserProfileArray) Pop() (v InputKeyboardButtonUserProfile, 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. |