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#L475: type MessageEntityMentionArray []MessageEntityMention
tl_message_entity_slices_gen.go#L478: func (s MessageEntityMentionArray) Sort(less func(a, b MessageEntityMention) bool) MessageEntityMentionArray {
tl_message_entity_slices_gen.go#L486: func (s MessageEntityMentionArray) SortStable(less func(a, b MessageEntityMention) bool) MessageEntityMentionArray {
tl_message_entity_slices_gen.go#L494: func (s MessageEntityMentionArray) Retain(keep func(x MessageEntityMention) bool) MessageEntityMentionArray {
tl_message_entity_slices_gen.go#L508: func (s MessageEntityMentionArray) First() (v MessageEntityMention, ok bool) {
tl_message_entity_slices_gen.go#L516: func (s MessageEntityMentionArray) Last() (v MessageEntityMention, ok bool) {
tl_message_entity_slices_gen.go#L524: func (s *MessageEntityMentionArray) PopFirst() (v MessageEntityMention, ok bool) {
tl_message_entity_slices_gen.go#L543: func (s *MessageEntityMentionArray) Pop() (v MessageEntityMention, ok bool) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |