type github.com/gotd/td/tg.ChatParticipantClassArray
16 uses
github.com/gotd/td/tg (current package)
tl_chat_participant_slices_gen.go#L38: type ChatParticipantClassArray []ChatParticipantClass
tl_chat_participant_slices_gen.go#L41: func (s ChatParticipantClassArray) Sort(less func(a, b ChatParticipantClass) bool) ChatParticipantClassArray {
tl_chat_participant_slices_gen.go#L49: func (s ChatParticipantClassArray) SortStable(less func(a, b ChatParticipantClass) bool) ChatParticipantClassArray {
tl_chat_participant_slices_gen.go#L57: func (s ChatParticipantClassArray) Retain(keep func(x ChatParticipantClass) bool) ChatParticipantClassArray {
tl_chat_participant_slices_gen.go#L71: func (s ChatParticipantClassArray) First() (v ChatParticipantClass, ok bool) {
tl_chat_participant_slices_gen.go#L79: func (s ChatParticipantClassArray) Last() (v ChatParticipantClass, ok bool) {
tl_chat_participant_slices_gen.go#L87: func (s *ChatParticipantClassArray) PopFirst() (v ChatParticipantClass, ok bool) {
tl_chat_participant_slices_gen.go#L106: func (s *ChatParticipantClassArray) Pop() (v ChatParticipantClass, ok bool) {
tl_chat_participant_slices_gen.go#L120: func (s ChatParticipantClassArray) AsChatParticipant() (to ChatParticipantArray) {
tl_chat_participant_slices_gen.go#L133: func (s ChatParticipantClassArray) AsChatParticipantCreator() (to ChatParticipantCreatorArray) {
tl_chat_participant_slices_gen.go#L146: func (s ChatParticipantClassArray) AsChatParticipantAdmin() (to ChatParticipantAdminArray) {
tl_chat_participants_gen.go#L451: func (c *ChatParticipants) MapParticipants() (value ChatParticipantClassArray) {
tl_chat_participants_gen.go#L452: return ChatParticipantClassArray(c.Participants)
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. |