type github.com/gotd/td/tg.ChatParticipantArray
16 uses
github.com/gotd/td/tg (current package)
tl_chat_participant_slices_gen.go#L120: func (s ChatParticipantClassArray) AsChatParticipant() (to ChatParticipantArray) {
tl_chat_participant_slices_gen.go#L159: type ChatParticipantArray []ChatParticipant
tl_chat_participant_slices_gen.go#L162: func (s ChatParticipantArray) Sort(less func(a, b ChatParticipant) bool) ChatParticipantArray {
tl_chat_participant_slices_gen.go#L170: func (s ChatParticipantArray) SortStable(less func(a, b ChatParticipant) bool) ChatParticipantArray {
tl_chat_participant_slices_gen.go#L178: func (s ChatParticipantArray) Retain(keep func(x ChatParticipant) bool) ChatParticipantArray {
tl_chat_participant_slices_gen.go#L192: func (s ChatParticipantArray) First() (v ChatParticipant, ok bool) {
tl_chat_participant_slices_gen.go#L200: func (s ChatParticipantArray) Last() (v ChatParticipant, ok bool) {
tl_chat_participant_slices_gen.go#L208: func (s *ChatParticipantArray) PopFirst() (v ChatParticipant, ok bool) {
tl_chat_participant_slices_gen.go#L227: func (s *ChatParticipantArray) Pop() (v ChatParticipant, ok bool) {
tl_chat_participant_slices_gen.go#L241: func (s ChatParticipantArray) SortByDate() ChatParticipantArray {
tl_chat_participant_slices_gen.go#L248: func (s ChatParticipantArray) SortStableByDate() ChatParticipantArray {
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. |