type github.com/gotd/td/tg.MessageEntityMentionArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_entity_slices_gen.go#L133: func (s MessageEntityClassArray) AsMessageEntityMention() (to MessageEntityMentionArray) {
tl_message_entity_slices_gen.go#L527: type MessageEntityMentionArray []MessageEntityMention
tl_message_entity_slices_gen.go#L530: func (s MessageEntityMentionArray) Sort(less func(a, b MessageEntityMention) bool) MessageEntityMentionArray {
tl_message_entity_slices_gen.go#L538: func (s MessageEntityMentionArray) SortStable(less func(a, b MessageEntityMention) bool) MessageEntityMentionArray {
tl_message_entity_slices_gen.go#L546: func (s MessageEntityMentionArray) Retain(keep func(x MessageEntityMention) bool) MessageEntityMentionArray {
tl_message_entity_slices_gen.go#L560: func (s MessageEntityMentionArray) First() (v MessageEntityMention, ok bool) {
tl_message_entity_slices_gen.go#L568: func (s MessageEntityMentionArray) Last() (v MessageEntityMention, ok bool) {
tl_message_entity_slices_gen.go#L576: func (s *MessageEntityMentionArray) PopFirst() (v MessageEntityMention, ok bool) {
tl_message_entity_slices_gen.go#L595: func (s *MessageEntityMentionArray) Pop() (v MessageEntityMention, 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. |