type github.com/gotd/td/tg.ChatParticipantClass
35 uses
github.com/gotd/td/tg (current package)
tl_chat_participant_gen.go#L66: func (c ChatParticipant) construct() ChatParticipantClass { return &c }
tl_chat_participant_gen.go#L75: _ ChatParticipantClass = &ChatParticipant{}
tl_chat_participant_gen.go#L326: func (c ChatParticipantCreator) construct() ChatParticipantClass { return &c }
tl_chat_participant_gen.go#L335: _ ChatParticipantClass = &ChatParticipantCreator{}
tl_chat_participant_gen.go#L540: func (c ChatParticipantAdmin) construct() ChatParticipantClass { return &c }
tl_chat_participant_gen.go#L549: _ ChatParticipantClass = &ChatParticipantAdmin{}
tl_chat_participant_gen.go#L796: type ChatParticipantClass interface {
tl_chat_participant_gen.go#L801: construct() ChatParticipantClass
tl_chat_participant_gen.go#L825: func DecodeChatParticipant(buf *bin.Buffer) (ChatParticipantClass, error) {
tl_chat_participant_gen.go#L859: ChatParticipant ChatParticipantClass
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#L97: var zero ChatParticipantClass
tl_chat_participant_slices_gen.go#L106: func (s *ChatParticipantClassArray) Pop() (v ChatParticipantClass, ok bool) {
tl_chat_participants_gen.go#L53: SelfParticipant ChatParticipantClass
tl_chat_participants_gen.go#L101: GetSelfParticipant() (value ChatParticipantClass, ok bool)
tl_chat_participants_gen.go#L230: func (c *ChatParticipantsForbidden) SetSelfParticipant(value ChatParticipantClass) {
tl_chat_participants_gen.go#L237: func (c *ChatParticipantsForbidden) GetSelfParticipant() (value ChatParticipantClass, ok bool) {
tl_chat_participants_gen.go#L259: Participants []ChatParticipantClass
tl_chat_participants_gen.go#L309: GetParticipants() (value []ChatParticipantClass)
tl_chat_participants_gen.go#L414: c.Participants = make([]ChatParticipantClass, 0, headerLen%bin.PreallocateLimit)
tl_chat_participants_gen.go#L443: func (c *ChatParticipants) GetParticipants() (value []ChatParticipantClass) {
tl_update_gen.go#L18589: PrevParticipant ChatParticipantClass
tl_update_gen.go#L18593: NewParticipant ChatParticipantClass
tl_update_gen.go#L18671: GetPrevParticipant() (value ChatParticipantClass, ok bool)
tl_update_gen.go#L18672: GetNewParticipant() (value ChatParticipantClass, ok bool)
tl_update_gen.go#L18933: func (u *UpdateChatParticipant) SetPrevParticipant(value ChatParticipantClass) {
tl_update_gen.go#L18940: func (u *UpdateChatParticipant) GetPrevParticipant() (value ChatParticipantClass, ok bool) {
tl_update_gen.go#L18951: func (u *UpdateChatParticipant) SetNewParticipant(value ChatParticipantClass) {
tl_update_gen.go#L18958: func (u *UpdateChatParticipant) GetNewParticipant() (value ChatParticipantClass, 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. |