type github.com/gotd/td/tg.KeyboardButtonUserProfileArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L276: func (s KeyboardButtonClassArray) AsKeyboardButtonUserProfile() (to KeyboardButtonUserProfileArray) {
tl_keyboard_button_slices_gen.go#L1338: type KeyboardButtonUserProfileArray []KeyboardButtonUserProfile
tl_keyboard_button_slices_gen.go#L1341: func (s KeyboardButtonUserProfileArray) Sort(less func(a, b KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1349: func (s KeyboardButtonUserProfileArray) SortStable(less func(a, b KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1357: func (s KeyboardButtonUserProfileArray) Retain(keep func(x KeyboardButtonUserProfile) bool) KeyboardButtonUserProfileArray {
tl_keyboard_button_slices_gen.go#L1371: func (s KeyboardButtonUserProfileArray) First() (v KeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1379: func (s KeyboardButtonUserProfileArray) Last() (v KeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1387: func (s *KeyboardButtonUserProfileArray) PopFirst() (v KeyboardButtonUserProfile, ok bool) {
tl_keyboard_button_slices_gen.go#L1406: func (s *KeyboardButtonUserProfileArray) Pop() (v KeyboardButtonUserProfile, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |