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) {