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