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#L1256: type InputKeyboardButtonUserProfileArray []InputKeyboardButtonUserProfile
		tl_keyboard_button_slices_gen.go#L1259: func (s InputKeyboardButtonUserProfileArray) Sort(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1267: func (s InputKeyboardButtonUserProfileArray) SortStable(less func(a, b InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1275: func (s InputKeyboardButtonUserProfileArray) Retain(keep func(x InputKeyboardButtonUserProfile) bool) InputKeyboardButtonUserProfileArray {
		tl_keyboard_button_slices_gen.go#L1289: func (s InputKeyboardButtonUserProfileArray) First() (v InputKeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1297: func (s InputKeyboardButtonUserProfileArray) Last() (v InputKeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1305: func (s *InputKeyboardButtonUserProfileArray) PopFirst() (v InputKeyboardButtonUserProfile, ok bool) {
		tl_keyboard_button_slices_gen.go#L1324: func (s *InputKeyboardButtonUserProfileArray) Pop() (v InputKeyboardButtonUserProfile, ok bool) {