type github.com/gotd/td/tg.MessageActionSuggestBirthdayArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L770: func (s MessageActionClassArray) AsMessageActionSuggestBirthday() (to MessageActionSuggestBirthdayArray) {
tl_message_action_slices_gen.go#L5000: type MessageActionSuggestBirthdayArray []MessageActionSuggestBirthday
tl_message_action_slices_gen.go#L5003: func (s MessageActionSuggestBirthdayArray) Sort(less func(a, b MessageActionSuggestBirthday) bool) MessageActionSuggestBirthdayArray {
tl_message_action_slices_gen.go#L5011: func (s MessageActionSuggestBirthdayArray) SortStable(less func(a, b MessageActionSuggestBirthday) bool) MessageActionSuggestBirthdayArray {
tl_message_action_slices_gen.go#L5019: func (s MessageActionSuggestBirthdayArray) Retain(keep func(x MessageActionSuggestBirthday) bool) MessageActionSuggestBirthdayArray {
tl_message_action_slices_gen.go#L5033: func (s MessageActionSuggestBirthdayArray) First() (v MessageActionSuggestBirthday, ok bool) {
tl_message_action_slices_gen.go#L5041: func (s MessageActionSuggestBirthdayArray) Last() (v MessageActionSuggestBirthday, ok bool) {
tl_message_action_slices_gen.go#L5049: func (s *MessageActionSuggestBirthdayArray) PopFirst() (v MessageActionSuggestBirthday, ok bool) {
tl_message_action_slices_gen.go#L5068: func (s *MessageActionSuggestBirthdayArray) Pop() (v MessageActionSuggestBirthday, 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. |